Skip to content

API SoftDesk: Créer une API sécurisée RESTful en utilisant Django REST

Notifications You must be signed in to change notification settings

coyote95/projet_10_oc

Repository files navigation

Projet 10 OpenClassrooms: Create a secure RESTful API using Django REST

Creation of the API 'SoftDesk' using the Django Rest and Postman request. This website aims to manage users, projects, issues and comments with OWASP rules. Setting up different permissions, notably through the use of access tokens.

Installation with pip

Install project with powershell windows:

    git clone https://github.com/coyote95/projet_10_oc.git
    cd projet_10_oc
    python -m venv ENV
    source ENV/Scripts/activate
    python  manage.py migrate
    pip install -r requirements.txt
    python manage.py runserver

Installation with poetry

    git clone https://github.com/coyote95/projet_10_oc.git
    cd projet_10_oc
    poetry install
    poetry shell
    python  manage.py migrate
    python manage.py runserver

Postman request

user token projetc authorization

About

API SoftDesk: Créer une API sécurisée RESTful en utilisant Django REST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published