Skip to content

Adventures in moving from Vancouver to Amsterdam

Notifications You must be signed in to change notification settings

conleyst/vansterdam

Repository files navigation

Vansterdam

Adventures in moving from Vancouver to Amsterdam.

Development

Start the application locally using,

docker compose up

The site should be accessible at http://localhost:5000.

Running Migrations

Migrations are managed using the flask-migrate extension. Migrations are stored in the migrations directory. To automatically update migrations to reflect existing models, run,

flask db migrate -m "A brief, informative description"

Note that this only adds the migration to the previously mentioned directory. To run migrations, use,

flask db upgrade

About

Adventures in moving from Vancouver to Amsterdam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published