Follow the steps listed below to use the formapp
- Clone the repo
- Create virtual environment.
- Install modules listed in requirements.txt
- Activate virtual environment and run the django server with
python manage.py runserver
- That's it, the app can now be accessed on
localhost:8000
url