https://github.com/masterivanic/test-django-hiring
This a django test hiring for junior developer
https://github.com/masterivanic/test-django-hiring
Last synced: 11 months ago
JSON representation
This a django test hiring for junior developer
- Host: GitHub
- URL: https://github.com/masterivanic/test-django-hiring
- Owner: masterivanic
- License: mit
- Created: 2025-05-24T18:22:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T21:58:02.000Z (about 1 year ago)
- Last Synced: 2025-05-25T22:33:00.344Z (about 1 year ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedex-back
API de pokedex et d'instanciation de pokemon !
Attrapez-les tous ! ⚾
## How-to install
### Pré-requis
- poetry installé
- python 3.8
### Installation, initialisation et run
```shell
poetry install
poetry run python manage.py migrate
poetry run python manage.py import_csv
poetry run python manage.py runserver 0.0.0.0:8000
```
Up & Running sur le port 8000 !
Pour dev sur ce repository dans les règles de l'art, il faut `poetry run pre-commit install`
## Informations diverses
- L'authentification est faite par token d'accès + token de refresh
- Le prefix du token d'accès est `Bearer`
- La durée de validité d'un token d'accès est de 5mn
- La durée de validité d'un token de refresh est de 1 jour