Skip to content

NathanBnvn/Projet_10_Softdesk_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softdesk REST API

badge badgebadge

This project is Django REST API an issue tracking app for all three platforms (website, Android and iOS apps). The app allow users to create various projects, add users to specific projects, create issues within projects, and assign labels to those issues based on their priorities, tags, etc and to add comments on the issues.

alt text

Download

Download the project from github

  git clone https://github.com/NathanBnvn/Projet_10_Softdesk_API.git

Prerequisites

Create a virtual environment on Mac & Linux :

    $ python -m venv env
    $ source env/bin/activate

under Windows :

    py -m venv env
    .\env\Scripts\activate

To make it easier, install the necessary modules:

  pip install requirement.txt

Launching

  $ python manage.py runserver

The API is not hosted and runs locally. Once the server is launched, enter in Postman, the generated url in the terminal: http://127.0.0.1:8000/

Follow the documentation to fully understand how to use this API

Releases

No releases published

Packages

No packages published

Languages