Backend
This backend is running NodeJs and ExpressJs with PostgreSQL database.
- API Insert Data
- API Get Data
- API Update Data
- Create a database using the name you want
- Create a table using a file named db-schema.txt
- Setup PostgreSQL Database (connectionstring) on directory db file index.js or
- Setup PostgreSQL Database (host, port, user, password, name) on directory db file index.js
- Installing npm
$ npm install
- Starting Application on Local
$ npm run start
- Starting Application on Server with PM2
$ npm run deploy
POSTMAN API COLLECTION
Import file mobilku-test.postman_collection.json to your postman
- Happy try API
Contributors names and contact info
Restu Rachmi Andika
[email protected]
- 0.1
- Initial Release