This is a simple appointments web app for small businesses.
It's being developed using:
- Ruby 3.0.2
- Yarn 1.22.10
- Postgresql 13.2
If you want to run it locally, make sure to set your local Postgresql credentials inside the development section of config/database.yml before running the db commands:
bundle installfor ruby dependenciesyarnfor node dependenciesrails db:createto create the databaserails db:migrateto apply database migrations- finally
rails sto run the app