Skip to content

🛠️ Créer une API sécurisée RESTful avec DRF. (normes OWASP / RGPD / Green Code) 🔐 Gestion de l’authentification, l’autorisation et l’accès avec OAUTH2 et JWT. 👩🏻‍💻 Optimisation des performances

Notifications You must be signed in to change notification settings

ClaireRuysschaert/P10_SoftDesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P10 Créez une API sécurisée RESTful en utilisant DRF

How to launch me ?

  • Install Python 3.10. Launch the console and, in the folder of your choice, clone this repository :
git clone https://github.com/ClaireRuysschaert/P10_SoftDesk.git
  • Then, install the required packages with Poetry:
pip install poetry
poetry install
  • Finally, create virtual environment, open poetry shell and launch the server:
poetry shell
python manage.py runserver

Congrats! You can now access this application to http://127.0.0.1:8000

About

🛠️ Créer une API sécurisée RESTful avec DRF. (normes OWASP / RGPD / Green Code) 🔐 Gestion de l’authentification, l’autorisation et l’accès avec OAUTH2 et JWT. 👩🏻‍💻 Optimisation des performances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages