A simple notes API to demonstrate CRUD operations with Node.JS and Express.JS.
Requires Node.JS along with npm you can download them here.
- Clone this repo on your local machine.
- Move to it using
cd simple-notes-api. - Install the requirements using
npm installcommand.
After finishing the installation steps, you can run the project with node server.js
you will see a message like Server is lestening on http://localhost:9090 this means everything is running correcly.
If you want to change the port, edit the port variable in server.js file.