This is a Node.js API.
Before installing, download and install Node.js. Node.js 12.0 or higher is required.
- bcrypt
- body-parser
- express
- jest
- jsonwebtoken
- mysql
- nodemon
Installation is done using the
npm install
command:
$ npm install
You need to go to the db folder, there is securitec_music.sql file, next import that bd (MySql)
├── src
│ ├── controllers
│ ├── core
│ └── db
Start the server:
$ npm start