omar-ehab / grad_wallet_service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wallet Service

installation

1- install packages by running

$ npm install

2- copy .env.example and past it in same root folder and change the name to ".env"
3- open .env and fill up the date
4- change database credentials in ./config/config.json file
4- migrate database by run

$ sequelize db:migrate

5- run server

$ npm run start

About


Languages

Language:JavaScript 100.0%Language:Shell 0.0%