Knowledge test for development vacancy using Nest framework.
-
Develop an API using Node.JS for a to-do application;
-
The choice of libraries, database and architecture is at the discretion of the developer;
-
Change the readme file explaining what needs to be done to run your application
API needs to be developed in node.js
- list all to-do's
- add a new to-do
- change a to-do
- delete a to-do
$ npm install
$ create databade list_db;
# watch mode
$ npm run start:dev
VICTOR ANTONINO COSTA