- Installing Packages :
npm install --save
-
Change configuration in
./api/config/config.json
files (database_name,username,password,etc.) -
Run the Script
development
orproduction
mode.
Following Another Script :
npm run lint
npm run dev
Server will running on port 8080
npm run start
Make sure to migrating table first. Following code :
npm run migrate
To undo :
npm run undo_migrate
Mail me taufikjanuar35@gmail.com