A CRUD API for users to read, create, update and delete to-do list items
This REST API allows users to perform CRUD operations on a to-do list. There is login endpoint with authentication logic involved. All users can create a to-do item but only the author of a to-do item can update or delete that to-do item.
- Node.js
- Express.js
- MongoDB
- GraphQL
- Json Web Token (jwt)
- npm
git clone https://github.com/tamjohn/CRUD_API.git
git checkout master
npm install
npm start
Then open your browser: http://localhost:8000