Skip to content

maximesoydas/maxapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxAPI readme

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).

Configuration:

You will need 3 things before anything:

  1. clone this github repository anywhere in your computer.
  2. Postman Desktop Version
  3. Then make sure to have Python 3.x (any python above python 3)

open your command terminal:

  1. cd in the repository
  2. pipenv shell
  3. pip install -r requirements.txt
  4. python3 manage.py runserver

open postman desktop version (from the link given):

  1. register a new account or direct login (with the default user data already given in the body)
  2. 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)
  3. then you need to paste the token into the authorization tab of the 'maxapi' folder (type=bearer token)
  4. You should be ready to test now

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages