Earn credits, consume products and services just searching in our app.
Links:
DEMO APP |
API
This project developed for HACKATON CCR organized by Shawee.
PARTNERS
(GET) https://apibips.herokuapp.com/partners/
(GET) https://apibips.herokuapp.com/partners/:id
(POST) https://apibips.herokuapp.com/partners/
(PATCH) https://apibips.herokuapp.com/partners/:id
(DELETE) https://apibips.herokuapp.com/partners/:id
CATEGORIES
(GET) https://apibips.herokuapp.com/categories/
(GET) https://apibips.herokuapp.com/categories/:id
(POST) https://apibips.herokuapp.com/categories/
(PATCH) https://apibips.herokuapp.com/categories/:id
(DELETE) https://apibips.herokuapp.com/categories/:id
FEEDBACKS
(GET) https://apibips.herokuapp.com/feedbacks/
(GET) https://apibips.herokuapp.com/feedbacks/:id
(POST) https://apibips.herokuapp.com/feedbacks/
(DELETE) https://apibips.herokuapp.com/feedbacks/:id
git clone https://github.com/pcampina/bips-backend
yarn && yarn sequelize db:migrate
create .env for your environment vars
yarn dev
Tip: use Insomnia for your tests :)
.env
DB_USERNAME=your_user
DB_PASSWORD=your_password
DB_DATABASE=your_database
DB_HOSTNAME=your_hostname