8000 GitHub - Taraal/BattleRap-POC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Taraal/BattleRap-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Développement

Done

  • Modèles :

    • User
    • Publication
    • Tags
    • Tournoi
    • Vote
    • Tags
  • API :

    • GET/POST/PUT/PATCH/DELETE User
    • POST/DELETE Vote
    • DETAIL/POST Publication
    • Comparer 2 publications sur les votes des dernières 24h (comme dans un tournoi)
    • Récupérer les publications les plus populaires des 7 derniers jours (modulable)

To do

  • Tags liés aux publications (POST Tags / GET publications par tags)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0