To run the project:
- Clone the repository
git clone https://github.com/cange017/Healthicate.git- Install the requirements
pip install -r requirements.txt- Run migration
python manage.py migrate- Create super user
python manage.py createsuperuser- Run the server
python manage.py runserverThe code is licensed under the MIT License.