A simple api with the basic methods to show, add, edit and delete content.
- mongoose
- bodyParser
- express
npm install
with the npm start
you can run the api at port 2000, here are the endpoints if you want to test it:
http://localhost:2000/api-test/projects
http://localhost:2000/api-test/project/:id
http://localhost:2000/api-test/edit/:id
http://localhost:2000/api-test/delete/:id