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
10765bcc8f
|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
migrations | 2 years ago | |
templates | 2 years ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
2-5-23.txt | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
__init__.py | 2 years ago | |
app.py | 2 years ago | |
docker-compose.yml | 2 years ago | |
entrypoint.sh | 2 years ago | |
flake.lock | 2 years ago | |
flake.nix | 2 years ago | |
initialize_db.py | 2 years ago | |
poetry.lock | 2 years ago | |
pyproject.toml | 2 years ago | |
validate.py | 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.
- 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.
Deployment
Just use the built-in docker compose and run docker-compose up
.