2023-09-10 13:04:17 -04:00

339 B

Andrew's animal caregiving website

Technologies used

  • python
  • flask
  • Bootstrap

shell.nix

A nix development environment. Include python3 and flask. To enter the development environment run nix-shell.

Development server

Development server can be run with make dev-server. The server runs locally on port 5000.