This is a simple web application that allows users add their favourite movies and vote on others.
- Nextjs
- Expressjs
Docker installed on you machine Create .env file on the root of the project with the following
NODE_ENV=production
MONGO_CONNECTION_STRING=mongodb://admin:admin@movie-rama-mongo/movierama?authSource=admin
API_BASE_URL=http://movie-rama-service:3001/api
OMDB_API_KEY=935d32c7
JWT_SECRET=secret
docker compose up -d
Go to http://localhost:8000/