This API handles all the backend details for Escrow PJT-90.
- Create an issue before getting started on a task
- Work only on the development branch for now
Python
- Django
- Djangorestframework
- JWT
Some features included in this app:
- Authentication and Authorization
See requirements file.
- Go to github link and fork the repo.
- After forking, go to your github page and Clone your forked repo.
- Create a project folder on your local machine.
- Navigate to it in the terminal. Run
git clone https://github.com/your-account-name/Escrow-Logistic-Platform-be-pjt-90/
. - Create a branch for your task
git checkout -b <branchname>
. - After changes :
- git add .
- git commit -m "some comments"
- git push origin
<name of your branch>
- Create PR.