A web application where users can host events and events can host users
Ensemble is a Rails web application where users can host events and events can host users.
In order to run Ensemble
locally you need the following:
To boot Ensemble
run the following commands:
bin/bundle install
from inside of the project’s root directorybin/rails db:migrate
to run the database migrationsbin/rails s
to run the application with the Puma web serverIn case of a Webpacker error then run the following command:
bin/bundle exec rake webpacker:install
To run RSpec tests simply run the following command:
rspec spec/
👤 Josias Alvarado
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.