this app is an issue tracking system,we can register an account, create projects and add users as contributors to our projects where they can create issues as well as comment on issues (as long as they are contributors of said project).
You will need 3 things before anything:
- clone this github repository anywhere in your computer.
- Postman Desktop Version
- Then make sure to have Python 3.x (any python above python 3)
- cd in the repository
- pipenv shell
- pip install -r requirements.txt
- python3 manage.py runserver
open postman desktop version (from the link given):
- register a new account or direct login (with the default user data already given in the body)
- once the login post done you need to copy either the access token or refresh token (access token is valid for 60 minutes while the refresh token is valid for 1day)
- then you need to paste the token into the authorization tab of the 'maxapi' folder (type=bearer token)
- You should be ready to test now