You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
426 B
426 B
Dr. Walker's Database Website
This is the source code for Dr. Walker's Chemical Database. All python code is stored in a single app.py for convenience.
Development
You need to have poetry installed on your system.
- Clone this repository
- Install poetry dependencies with
poetry install
- Activate the poetry virtual environment with
poetry shell
- Start the development server by executing the
app.py
file.