The django application for system modeling tool.
Please install the latest python version (3.11.3) in your machine.
https://www.python.org/downloads/
- Make the virtual environment and activate it.
- Install the python packages from requirements.
pip install -r requirements.txt
- Rename .env.sample to .env and fill out credentials in .env file
- Migrate the DB
py manage.py migrate
- Run the project
py manage.py runserver