Backend monorepo* for Paytungan Services
*Subject can be change at any time
Live Site
Backend monorepo for Paytungan Services
- Clone the repo
git clone https://gitlab.cs.ui.ac.id/ppl-fasilkom-ui/2022/Kelas-B/timbul/paytungan-backend
- Install Pip Packages (Recommended Using Python Virtual Environment)
pip install -r requirements.txt
/jwt
/payment
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Create Branch Using your name,
example : advis/create_authentication
- Clone the Project
- Create your Feature Branch (
git checkout -b name/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin name/AmazingFeature
) - Open a Pull Request