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.
 
 
 
 
 
 
Juni Kim 5e8e011c42 small schema changes 1 year ago
.vscode first commit 2 years ago
migrations Schema not includes time 2 years ago
templates small schema changes 1 year ago
.dockerignore docker compose for deployment 2 years ago
.gitignore batch adding supported 2 years ago
2-5-23.txt queries with max date 2 years ago
Dockerfile solved import madness 2 years ago
LICENSE.md added license and readme 2 years ago
README.md readme update 2 years ago
__init__.py batch adding supported 2 years ago
app.py small schema changes 1 year ago
docker-compose.yml solved import madness 2 years ago
entrypoint.sh solved import madness 2 years ago
flake.lock Schema not includes time 2 years ago
flake.nix solved import madness 2 years ago
initialize_db.py solved import madness 2 years ago
poetry.lock Schema not includes time 2 years ago
pyproject.toml Schema not includes time 2 years ago
validate.py small schema changes 1 year 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.

Deployment

Just use the built-in docker compose and run docker-compose up.