/NoteApp-server

NoteApp server side

Primary LanguageJavaScript

Logo

NoteApp-server

NoteApp server side

Tech Stack

Node.js, Express.js, MongoDB

Environment Variables

To run this project, you will need to create .env file in the following path NoteApp-server/src/api/config and add the following environment variables

PORT=

MONGO_PRO_URL=

SECRET_KEY=

Run Locally

Clone the project

  git clone https://github.com/hamzagh1998/NoteApp-server.git

Go to the project directory

  cd NoteApp-server

Install dependencies

  npm install

Start the server on localhost

  npm run watch

Start the server on local network

  npm run local

Run On Production

  npm start

🔗 Links

linkedin