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.

17 lines
508 B

2 years ago
  1. # Dr. Walker's Database Website
  2. This is the source code for Dr. Walker's Chemical Database.
  3. All python code is stored in a single app.py for convenience.
  4. # Development
  5. You need to have poetry installed on your system.
  6. 1. Clone this repository
  7. 2. Install poetry dependencies with `poetry install`
  8. 3. Activate the poetry virtual environment with `poetry shell`
  9. 4. Start the development server by executing the `app.py` file.
  10. # Deployment
  11. Just use the built-in docker compose and run `docker-compose up`.