Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 2.57 KB

README.md

File metadata and controls

90 lines (69 loc) · 2.57 KB

pipeline status

coverage report


Paytungan Backend

Backend monorepo* for Paytungan Services

*Subject can be change at any time

Live Site

Table of Contents

  1. About
  2. Getting Started
  3. Usage
  4. Contributing

About The Project

Backend monorepo for Paytungan Services

Built With

Getting Started

Installation

  1. Clone the repo
    git clone https://gitlab.cs.ui.ac.id/ppl-fasilkom-ui/2022/Kelas-B/timbul/paytungan-backend
  2. Install Pip Packages (Recommended Using Python Virtual Environment)
    pip install -r requirements.txt

Usage

(Example) JWT

  • /jwt
  • /payment

Contributing

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

  1. Clone the Project
  2. Create your Feature Branch (git checkout -b name/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin name/AmazingFeature)
  5. Open a Pull Request