Skip to content

joaoGabrielMendes/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple todo list :)

Server

Client

Installation

  1. Clone the repository
  2. Create a local database, configure according to the file /server/config/db.config.js
  3. In the root directory, run:
cd .\server\
npm install
npm start

Once the server is running, start the client:

cd .\client\
npm install
npm start