Server for Live2Learn
This is the client for the Live2Learn-Client
Follow the steps below to download and run this project on your computer
- Client is required for full functionality. View client repo here
- Clone this repository
- From server directory, run "pipenv install"
- Make sure to be in a virtual environment. "pipenv shell"
- Run this command to clean and migrate the fixtures:
./clean_db.sh
- Run "python manage.py runserver"