Skip to content

Repository files navigation

{dev} | Backend

Personal website backend.

Set your environment

pip install virtualenv
virtualenv venv -p3
source venv/bin/activate

Run the app

python3 manage.py makemigrations
python3 manage.py migrate
python3 mange.py runserver

For database, you can work with Sqlite, Mysql or Postgresql.

Get the front end source code here

Releases

Packages

Contributors

Languages