/todo-api

simple express todo-api app

Primary LanguageJavaScript

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