Skip to content

FantaZoo/BACK

Repository files navigation

Fantazoo Back Documentation

Administration

Get strated

1)  Got ProjetFantazoo/back
2)  source path/venv/Scripts/activate
3)  cd back
4)  pip install -r requirements.txt
5)  python3 manage.py makemigrations fantazoo
6)  python3 manage.py migrate
7)  python3 manage.py runserver

Served on http:https://127.0.0.1:8000/ (localhost:8000)

api to Create,Read,Update,Delete :
    Animaux         http:https://localhost:8000/api/animals/
    Utilisateurs    http:https://localhost:8000/api/users/
    Paniers         http:https://localhost:8000/api/shoppingcarts/
    Commandes       http:https://localhost:8000/api/orders/