https://github.com/firmanjs/service-barang
Service Barang With Authorization
https://github.com/firmanjs/service-barang
expressjs javascript jwt nodejs
Last synced: 17 days ago
JSON representation
Service Barang With Authorization
- Host: GitHub
- URL: https://github.com/firmanjs/service-barang
- Owner: firmanJS
- Created: 2019-10-16T09:37:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:43:23.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:41:32.621Z (about 1 year ago)
- Topics: expressjs, javascript, jwt, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.55 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How To Use
```
run npm install
run npx sequelize-cli db:migrate ----> running migration
run node ./bin/www
config database in folder config/config.json
server runing in port 3001 ----> cek in folder bin/www
```