- TeamID :
BFH/rec7TArwrQ98nLkWc/2021
Project is live at bixert.xyz
-
- Clone this repo -
git clone https://github.com/rawho/bixert
- Move to the cloned repo -
cd bixert
- Create a virtual environment - help
- install all the packages -
pip install -r requirements.txt
- Clone this repo -
-
- install mysql - help
- Create a user by entering to the mysql shell-
CREATE USER 'bixert'@'localhost' IDENTIFIED BY 'Bixert@123';
CREATE DATABASE bixert;
-
python manage.py migrate
python manage.py runserver
- Head over to http://localhost:8000 and see the magic