AnthonyDeniau / BrawlersLike

TP of BrawlersLike Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: https://whimsical.com/WboxgSbAXjTsGqwRpErdJz

Initialize venv: python -m venv venv . venv/Scripts/activate cd backend pip install -r requirements.txt

Create the user: python manage.py createsuperuser

Create new django app: . venv/Scripts/activate cd backend python manage.py startapp brawler ./apps/brawler

Add the app in project/settings.py

Run Server: python manage.py runserver

Apply models change: python manage.py makemigrations python manage.py migrate

About

TP of BrawlersLike Backend

License:MIT License


Languages

Language:Python 70.4%Language:TypeScript 24.5%Language:HTML 2.8%Language:CSS 1.6%Language:Dockerfile 0.4%Language:Shell 0.3%