This is the backend for the SnapLang Project
First, make sure you are in the working directory of your Django project. Then, follow these directions:
pip install -r requirements.txt
./ngrok http 8000
Editing the settings.py file
ALLOWED_HOSTS = ['INSERT_NGROC_URL_HERE',]
Make sure you are in the working directory of your Django project Then, run the following command:
python3 manage.py runserver