Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Tariha/xassida-api

Repository files navigation


Logo

Le code source officiel de l'API Xassida.sn
Rejoignez la communauté »

Visiter Xassida.sn · Signalez un Bug

Requirements

  • Python 3.9 or later

Installation

Faudra d'abord cloner le projet:

git clone https://github.com/Tariha/xassida-api.git
cd xassida-api

Executer en locale

  1. Intaller les dépendances
    pip install -r requirements.txt
  2. Executer les migrations
    python manage.py makemigrations
    python manage.py migrate
  3. Remplir la base de donnée
    ./load_db.sh
  4. Executer le serveur
    python manage.py runserver

Executer avec Docker

  1. Créer l'image
    docker build . -t xassidapi
  2. Executer un conteneur
    docker run -p 8000:8000 xassidapi

Utilisation

  • Ouvrez votre navigateur sous localhost:8000

Comment contribuer ?

Vous pouvez aider en ouvrant ou résolvant les issues ouverts ici

Documentation

Visiter https://xassidapi.ddns.net/ ou http:https://localhost:8000/

License

This project is licensed under the MIT License.

Releases

No releases published

Packages