This is a simple project to study the development of REST API's with nodeJS.
Para instalar e usar este projeto é necessário ter o nodeJS (https://nodejs.org), npm (https://www.npmjs.com) e o postegres (https://www.postgresql.org) instalados em seu ambiente.
- nodeJS >= 12;
- npm >= 6;
- postgres >= 8;
- Clone the repository (https://github.com/AlexJCosta/todo-list-be);
- Install the project dependencies with
npm install
; - Run the server with
npm run server
. - Edit the
/core/config.js
file and add your database credentials.
npm run server
;
npm test
;
The code in this project is licensed under MIT license.