https://github.com/masterivanic/pokedex-sim
https://github.com/masterivanic/pokedex-sim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterivanic/pokedex-sim
- Owner: masterivanic
- Created: 2023-04-13T10:08:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T01:34:36.000Z (about 3 years ago)
- Last Synced: 2025-03-05T02:33:06.399Z (over 1 year ago)
- Language: Python
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex-back
API de pokedex et d'instanciation de pokemon !
## How-to install
### Pré-requis
- install virtualenv
- python 3.8
### Installation, initialisation et run
```shell
virtualenv env
source DIR/activate
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 ` pre-commit install`