Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 434 Bytes

todo-api

todo api simple and small express app that uses mongodb(NO-SQL database)

Dependecise

  • Express: Web Framework
  • Mongodb: Database(NO-SQL Database)

Features:

  • Simple Endpoints names
  • MVC - Model View Controller
  • CRUD - Create, Read, Update, Delete using http verbs
  • Great Structure
  • Validation

In progress:

  • [-] Authentication

Up-Coming:

  • [-] Authorization