This project was is implemented with a node.js with express.js and mysql2. It is a backend API project.
first run clone the project than open the project directory.
After that run the npm install
and node server.js
.
You need to change the db configurations to connect the db you want, and create the schema that fits to project.
you can gind the config file at conf/db, and change it from there
In the project directory, you can run:
Installs the required npm packages.
Runs the app in the development mode.