Skip to content

mayerprog/task-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks Todo API

API Features and Endpoints:

Task Management:

  • GET /tasks/getAll: Retrieve a list of tasks
  • POST /tasks/createTask: Create a new task with title and description. You can choose if the task is important.
  • PUT /tasks/updateTask/:id: Update an existing task.
  • DELETE /tasks/deleteOne/:id: Remove a task from the user's list.

Server Configuration:

  • Server built with express.js, running on port 3000.
  • Database connections managed with mongoose, connecting to a MongoDB instance.

Database Interaction:

  • MongoDB is utilized for storing task data.
  • Database connection and error handling are set up to ensure stable operations.

Get Started

  • Clone the repository with git clone https://github.com/mayerprog/task-todo-api
  • Install dependencies yarn install
  • Run yarn start to run the project on Expo Go app

Tecnologies

  • Express.js
  • Mongoose

Contacts

Mayra Tulegenova

Releases

No releases published

Packages

No packages published