GET /tasks/getAll
: Retrieve a list of tasksPOST /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 built with
express.js
, running on port 3000. - Database connections managed with
mongoose
, connecting to a MongoDB instance.
- MongoDB is utilized for storing task data.
- Database connection and error handling are set up to ensure stable operations.
- 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
- Express.js
- Mongoose
Mayra Tulegenova
- Telegram: mayerprog
- Email: supermayerehs@gmail.com