This is a small medical services guide project intended to provide better user experience than the standard guide from the state goverment.
This project requires a few packages. To install them use the following command:
pip install -r requirements.txt
Before running the application we need to create the needed DB tables and run some migrations:
manage.py migrate
Now you can run the development web server:
manage.py runserver
To access the application go http://localhost:8000/
This project is licensed under the GNU Version 3 License - see the LICENSE.md file for details