Aags26 / PrepliteBackend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrepliteBackend

The backend of our app runs on Django. We make use of django in combination with the sqlite3 database.

Installation steps

  • git clone
  • cd PrepliteBackend
  • virtualenv env
  • . env/bin/activate
  • cd Preplite
  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py runserver

About


Languages

Language:Python 100.0%