First challenge done to show knowledge gained during one month of training. A Backend Development CRUD API,showing all implementation of node packages.
Express
Mongoose
Dotenv
Nodemon. The endpoint are able to perform the following task:
POST creating note with a maxlength of 500 character.
GET fetching a note or all notes
DELETE deleting a note or all as desired
UPDATE.editing/patch a note or all notes
Clone this repo
git clone `https://github.com/olukinni-029/Note-App.git`
Run : npm i ||
npm install
Run: npm start