Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App - Adbrew Assignment

This is my ADB completed assignement I have made some mejor changes as I was facing difficulty in running the project so I made changes according to my prior knowlwdgw of docker( i have used it many times to do projects and intern tasks)

I have also added comments in my best possible way that I learned from my previous internships.

API Endpoints

Method Endpoint Description
GET /todos/ Fetch all todos
POST /todos/ Create a new todo
GET /todos/<id>/ Fetch single todo
PUT /todos/<id>/ Update a todo
DELETE /todos/<id>/ Delete a todo

Design Patterns I Used

  1. Singleton Pattern - MongoDB connection management - this I learned in system design patterns
  2. Service Layer Pattern - API abstraction in react
  3. Custom Hooks - Reusable state logic

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages