This project is a api create with nodejs express and mysql, add a login, register and router for users. If you need it, download.
First, clone the repo
git clone git@github.com:Uber830/dev_states.gitmove to the folder
cd dev_statesinstall dependencies:
npm installyou need to add your database variables.
cd ./src/config.jsexecute the project for development
npm run devand for production execute
npm run start