Skip to content

JavCho23/securitec-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securitec music

Installation

This is a Node.js API.

Before installing, download and install Node.js. Node.js 12.0 or higher is required.

Dependencies to be installed

  • bcrypt
  • body-parser
  • express
  • jest
  • jsonwebtoken
  • mysql
  • nodemon

Installation is done using the npm install command:

$ npm install

Config database

You need to go to the db folder, there is securitec_music.sql file, next import that bd (MySql)

├── src                    
│   ├── controllers          
│   ├── core         
│   └── db              

Start

Start the server:

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published