Skip to content

REST API that allows users to perform CRUD operations on a to-do list. There is login endpoint with authentication logic involved

Notifications You must be signed in to change notification settings

tamjohn/CRUD_API

Repository files navigation

CRUD API To-do List

A CRUD API for users to read, create, update and delete to-do list items

Description

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.

Requirements

  • Node.js
  • Express.js
  • MongoDB
  • GraphQL
  • Json Web Token (jwt)
  • npm

Getting Started

Clone repository

git clone https://github.com/tamjohn/CRUD_API.git
git checkout master

Install Depedencies and Run

npm install
npm start

Then open your browser: http://localhost:8000

About

REST API that allows users to perform CRUD operations on a to-do list. There is login endpoint with authentication logic involved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published