In this exercice I improved my learning on using Node.JS. Here I exerciced the Express lib to manage routes and the Knex lib to deal with the creation and manipulation of tables on sqlite database.
Tecnologies used:
- Node.js;
- Express;
- Knex;
- Bcryptjs;
- SQlite3;