An event scheduling app that allows registered users to create and invite users to event and While guest users only view list of events and creator.
- Ruby v3.0.0
- Ruby on Rails v6.1.3
- Devise for Authentication
- Bulma
- Rspec
To get a local copy up and running follow these simple example steps.
- Ruby on Rails v6.x. To learn how to install Ruby on Rails, please follow this link
- Clone this repository using the link above (click on the 'code' button)
- open a terminal and
cd
to the cloned repository - run
bundle install --with production
to install the dependencies - run
rails db:migrate
to migrate the database - start a server with
rails s
- Sign up as a user
- create an event
- invite users
👤 Temitope Grace
- GitHub: Gracetemitope
- Twitter: @DevGrachy
- LinkedIn: Ajanaku Temitope
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.