https://github.com/masterivanic/pokedex
https://github.com/masterivanic/pokedex
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterivanic/pokedex
- Owner: masterivanic
- License: mit
- Created: 2023-03-14T17:11:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T05:22:30.000Z (over 3 years ago)
- Last Synced: 2025-03-05T02:33:06.433Z (over 1 year ago)
- Language: Python
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- 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
## PROJECT ANALYZE
* Here current analyse UML of pokedex app 👌
