The backend part of the review app is made by NodeJS, Express, Mongoose connecting with MongoDb Atlas Cloud Database
The frontend part is in https://github.com/BenCheng2/movie_review_frontend.
- Clone the repository
- Set the npm environment
- Create a file in main folder called .env
- The NODE_ENV set to 'development'
- DATABASE_URL set to your own database url (mongodb)
- ACCESS_TOKEN_SECRET and REFRESH_TOKEN_SECRET set by running node and "require('crypto').randomBytes(64).toString('hex')"