SoliRise
Appraisal and Goal-setting application using Ruby on Rails (RoR)
Prerequisites:
- Bundler
- Ruby - 3.1.2
- Rails
- PostgreSQL
- Git
To run the application first run:
bundle install
Then run to create and add migrations to the database:
rails db:create
rails db:migrate
Seed data into the database by running this:
rails db:seed
To run the server use the following command:
rails db:server
On your browser, enter the following URL to run the application:
localhost:3000