raymondugv / nodejs-tour-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-tour-project

Config your database credential at config/config.json

"development": {
	"username": "root",
	"password": null,
	"database": "database_development",
	"host": "127.0.0.1",
	"dialect": "mysql"
},
"test": {
	"username": "root",
	"password": null,
	"database": "tour_nodejs_test",
	"host": "127.0.0.1",
	"dialect": "mysql"
},

Run below command to start the server

# first run to init Database
npm run initDB

# start the project
npm run start

Test user information

admin@email.com
password

API document at https://documenter.getpostman.com/view/21583062/VUr1GCqG#intro

About


Languages

Language:JavaScript 55.2%Language:HTML 44.6%Language:Shell 0.1%Language:CSS 0.1%