Simple todo list :)
- Clone the repository
- Create a local database, configure according to the file /server/config/db.config.js
- 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