🎬 Movie Review API is an API service where a registered user can give a rating or both rating and review to all available movies. Registered users can also create a movie & update, and delete their created movies Non-registered users can see all movies and reviews but cannot interact with them.
DEVELOPMENT STATUS: Movie Review API v1.0.0 (initial)
# Install All Dependencies
yarn
# Start Docker-compose Services if needed
docker compose up -d
# To stop Docker-compose Services
docker compose stop
# Run Application Locally
yarn run devRequired Environment Variables (.env)
# Database info
DB_USERNAME=''
DB_PASSWORD=''
DB_CONNECTION_URL=''
DB_NAME=''
# App running port
PORT=4000
# JWT Token Info
ACCESS_TOKEN_SECRET=''