/rwm-server

Primary LanguageJavaScript

ENV FILE

PORT=5050
NODE_ENV=production
MONGO_DEV_URI=mongodb://127.0.0.1:27017/rwm
MONGO_PROD_URI=mongodb+srv://anismolla:anismolla@cluster0.xdwg2kj.mongodb.net/rwm
JWT_SECRET=SINA0537

// create a .env file in the root folder and add these values

Install dependencies

npm install

Run Server

npm run dev