Skip to content

This is an example of a music REST API with DB connection (Sequelize).

Notifications You must be signed in to change notification settings

KHJcode/music-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music API Server Example

📚 Description

This is an example of a music API server with DB connection (Node.js, Express, Sequelize).


🛠️ Installation

$ npm install

🚀 Running the app

# development
$ npm run dev

# build
$ npm run build

# production mode
$ npm run start

🔒 Environment configuration

NODE_ENV

DB_USERNAME_DEV
DB_PASSWORD_DEV
DB_NAME_DEV
DB_HOST_DEV

DB_USERNAME_TEST
DB_PASSWORD_TEST
DB_NAME_TEST
DB_HOST_TEST

DB_USERNAME_PROD
DB_PASSWORD_PROD
DB_NAME_PROD
DB_HOST_PROD

About

This is an example of a music REST API with DB connection (Sequelize).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published