fix readme

pull/1/head
Aji Kamaludin 3 years ago
parent 146bebaf86
commit cbb99f1685
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -3,6 +3,7 @@ contoh rest api POS ( point of sales ) built with hapi.js
### frontend
`NextJS (Web App)`: [Coming Soon](#)
`React Native (Mobile App): ` [Coming Soon](#)
### table structure
@ -19,19 +20,24 @@ contoh rest api POS ( point of sales ) built with hapi.js
`Postman (import file)` : [Link](#)
### start
- install
- install
`npm install`
- config .env file for database
`cp .env.example .env`
- migrate database
`npm run migrate up`
- run the app
`npm run start`
- test
`curl -i -H 'Accept: application/json' http://localhost:5000/`
response

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Loading…
Cancel
Save