Skip to content

keetaek/butler

Repository files navigation

Butler Note

  • How to start database migration: psql butler_development
  • How to access postgres database: ./node_modules/.bin/sequelize db:migrate
  • How to run migration in Production(May have to create the DB first) ./node_modules/.bin/sequelize --env production db:migrate
  • How to run all seeders ./node_modules/.bin/sequelize db:seed:all
  • How to access bash shell of Heroku heroku run bash
  • Supported Browser - Chrome (Firefox and IE also works. However, input type date is not fully supported in those browsers)

Installation

Windows

Database

PostgreSQL

SQL Server (Not used anymore)

Service

When install in Windows machine npm install will trigger the post install action to create a service. However, one needs to be in Admin mode, in order to start a Service

About

Homeless shelter management tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published