Skip to content

Renc17/MovieRama

Repository files navigation

Movie Rama

Description

This is a simple web application that allows users add their favourite movies and vote on others.

Technologies

  • Nextjs
  • Expressjs

Pre-requisites

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

Installation instructions

docker compose up -d

Navigate Movie Rama

Go to http://localhost:8000/

About

Real-World Example written in Node.js and ExpressJs

Topics

Resources

Stars

Watchers

Forks

Languages