-
Please check the working doc
https://tinyurl.com/bdfssez6 -
After running the API, can also check out
localhost:3000/api-docs/swagger
- Installed node
- Installed postgreSQL
- Installed yarn
-
Clone the repo
git clone https://github.com/Flashrob/xendit-master -
Install dependencies
- API:
cd apiand runyarn - Shop:
cd shopand runyarn
- API:
- Please check for API
https://github.com/Flashrob/xendit-master/tree/master/api#readme - Please check for shop
https://github.com/Flashrob/xendit-master/tree/master/shop#readme
-
To run the API
yarn dev-api -
To build the API
yarn build-api -
To run the shop
yarn dev-shop -
To build the shop
yarn build-shop -
To run API and shop concurrently
yarn dev
- With future performance in mind, we are using yarn. So please utilize
yarn add <package>for adding packages oryarn add <package> -Dto add dev dependencies.
- Robert Kolsek
- This project is licensed under the MIT License
- Man this is a tough nut to crack while working a full-time job and being a father :D