Skip to content

To Do tasks list website with api and client created using Node and React

Notifications You must be signed in to change notification settings

mateusflorez/node-react-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

📓 Node React To Do List

Status: Complete ✔️

Functionalities:

  • Get Tasks from API
  • Task CRUD

Instalation instructions:

This project is configured to run in the Docker environment, if you prefer to run without Docker, it's necessary to configure the database manually.

  1. Clone the project;
  2. Intall Node and React dependencies;
  3. On server directory:
    • Run docker-compose up --build
    • Run npm run dev
  4. On web directory:
    • Run npm start
  5. Access the system using the following URL: http://localhost:3000/
    • server: http://localhost:3333