Le code source officiel de l'API Xassida.sn
Rejoignez la communauté »
Visiter Xassida.sn
·
Signalez un Bug
- Python 3.9 or later
Faudra d'abord cloner le projet:
git clone https://github.com/Tariha/xassida-api.git
cd xassida-api
- Intaller les dépendances
pip install -r requirements.txt
- Executer les migrations
python manage.py makemigrations python manage.py migrate
- Remplir la base de donnée
./load_db.sh
- Executer le serveur
python manage.py runserver
- Créer l'image
docker build . -t xassidapi
- Executer un conteneur
docker run -p 8000:8000 xassidapi
- Ouvrez votre navigateur sous
localhost:8000
Vous pouvez aider en ouvrant ou résolvant les issues ouverts ici
Visiter https://xassidapi.ddns.net/ ou http://localhost:8000/
This project is licensed under the MIT License.