Skip to content

SAKILsCode/Movie-Review-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Review API

🎬 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)

Specification

Entities & Entity Relationship Diagram

Developer's Notes

A High Level presentation of the API

Development and Testing Instructions

# 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 dev

Required 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=''

About

An API project to share insights about movies and series and to discover new films of user's interests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors