In this basic application, I created a CRUD node express server api endpoints and used postman to test
- NodeJs
- Express
- Nodemon
To get a local copy up and running follow these simple example steps.
- You need latest version of Node installed
Npm i
- to install all dependencies
npm start
- to serve up the server
- use postman to test the different endpoints other than get which you can use the browser for.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Hat tip to anyone whose code inspired our project