π¨π½βπ»π Assignment for 'Databases' subject about Implementation of Databases in WebSystems.
This project was developed by Lucas Vinicius, OtΓ‘vio Goes and Vitor Camargo.
The project is a simple Node application, however, the speaking language was Portuguese. The main idea is to Create, Read, Update and Delete (CRUD) terms for a dictionary.
To execute the web application is necessary to follow the next steps:
$ cd ./web
$ npm install
$ npm start
after these steps, the application will be avaliable in http://localhost:8080/.