This is the BCA 6th-sem project i'm working on.
- 🐱🏍 Live App
PORT=<Input_PORT>
DB_USER=<Input_DB_USER>
DB_PASS=<Input_DB_PASS>
DB_NAME=<Input_DB_NAME>
SENDGRID_API_KEY=<Input_SENDGRID_API_KEY>
SESSION_NAME=<Input_SESSION_NAME>
SESSION_SECRET=<Input_SESSION_SECRET>
package.json
cd/
-To go root of your driveD:
-Set drive where mongodb installed<MongoDB_File_with_mongodb_Path> --dbpath=<Your_MongoDB_Data_Path>/
- Save now and Run Whenever you need.
- In terminal type
npm run start
to start the server - Save now and Run Whenever you need.
- In terminal type
npm run dev
to start the server in development environment - Save now and Run Whenever you need.