NoteApp server side
Node.js, Express.js, MongoDB
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=
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
npm start