Skip to content

kilauea/FSND-capstone

Repository files navigation

FSND-capstone

Final Full Stack Nano Degree project

On MacOS if you installed postgres using Homebrew

brew services start postgresql
brew services stop postgresql

## DB migration

dropdb calendarapp && createdb calendarapp
rm -rf migrations
flask db init
flask db migrate -m "Initial migration."
flask db upgrade

About

Final Full Stack Nano Degree project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published