Skip to content

rrs6/todo-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List API

An API to create a todo list.

Resources:

  • Create member.
  • Delete member.
  • Create task.
  • Delete task.
  • Edit task.
  • Find tasks.

Technologies - MySQL with Typeorm and Node (Express).

How to run this project?

  • First, you need to install Docker, if it's not installed see.
  • Once you have Docker, you need to install NodeJS see.
  • After that, clone this repository to your local folder with the command git clone https://github.com/rrs6/todo-list-api.git
  • Go to your project folder and run npm install
  • After this, you run your Docker Compose with command docker compose up -d
  • Wait and after the container is successfully loaded, run the migrations command npm run migrations:run
  • Finally, run your application with npm run dev

server-architecture

About

An API to create a todo list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published