Fullstack project carried out on node to improve my backend skills
The project has a local MySQL database, it is necessary to be running MySQL
It is necessary to set your host created in mysql within the conn file to be able to run
git clone https://github.com/seu-usuario/your-project.git
cd your-project
npm i
All commands to run the server are in package.json but by typing npm start you can run it after mysql is open
To access the web interface, open the browser and access http://localhost:3000