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).
- 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