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.
 
 
 
 
 
 
Tei Kim 14bb186ae6 Chemical DB added 2 years ago
.vscode first commit 2 years ago
templates Chemical DB added 2 years ago
.gitignore first commit 2 years ago
LICENSE.md added license and readme 2 years ago
README.md added license and readme 2 years ago
app.py Chemical DB added 2 years ago
poetry.lock Chemical DB added 2 years ago
pyproject.toml Chemical DB added 2 years ago

README.md

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.

  1. Clone this repository
  2. Install poetry dependencies with poetry install
  3. Activate the poetry virtual environment with poetry shell
  4. Start the development server by executing the app.py file.