Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 630 Bytes

todos.md

File metadata and controls

20 lines (16 loc) · 630 Bytes

TODO List

  • Write CRUD operations for a specific model
  • Write Filtering and Sorting operations for a specific model
  • Write Pagination operations for a specific model
  • Write Unit test & functional test case of all api

In Progress

  • Write API documentation
  • Write Basic Authentication and Authorization operations
  • Gather people for open source contributions

Done

  • Complete Basic Setup
  • Write readme and todos md files
  • Add Mongodb database
  • Route error handling middleware
  • User models and basic operations
  • Add a Dockerfile and docker-compose.yml file