This is REST API application. Developed using Express, Nodejs , Typescript
To run this project, you will need to add the following environment variables to your .env file
DOMAIN_NAME
MONGODB_SERVER_STRING
HTTPS
COOKIE_SECRET
JWT_SECRET
CORS_ORIGINS
SUPER_ADMIN
MAIL_SERVICE_PROVIDER
MAIL_SERVICE_HOST
MAIL_SERVICE_PORT
MAIL_SERVICE_AUTH_USER
MAIL_SERVICE_AUTH_PASSWORD
PORT
NODE_ENV
DOMAIN_NAME=localhost
MONGODB_SERVER_STRING=mongodb://127.0.0.1:27017/moviebunkers
HTTPS=false
COOKIE_SECRET=my cookie secret
JWT_SECRET=my jwt secret key
CORS_ORIGINS=http://localhost:3080,http://yourapp.com
PORT=3010
NODE_ENV=production
Clone the project
git clone https://github.com/charan379/moviebunkers.gitGo to the project directory
cd moviebunkersAdd Environment Variables then Install dependencies
npm installStart the server
npm run startStart the server in dev
npm run devServer will start running on given port
http://localhost:PORT/api-docs