This project is about building an Event platform where only Users who are signed in can create an event and invite others while those who are not signed in can only view events.
- Ruby 2.7.1
- Rails 6.0.3.2
- VS Code
In order to make the program work, you need to have ruby interpreter installed in your system. You can get the latest version of ruby from official website.
- clone the project
# Clone this repository
$ git clone https://github.com/tGodson/private-events.git
# Go into the repository
$ cd private-events
# make sure you have ruby 2.7.1
# install gems from Gemfile using bundle
$ bundle install
# migrate table to database
$ rails db:migrate
## Usage
_you can create a user by clicking on the signup button at the top right of your screen and fill the sign up form
_You can sign In by clicking on the sign In button at the top right of your screen and filling the form
_You can create an event when you are logged In by clicking on the `New Event` Butoon and fill the form
## Authors
👤 **Ignatius Sani**
- Github: [ignatius22](https://github.com/ignatius22)
- Twitter: [@Iggy_code](https://twitter.com/iggy_code)
- Linkedin: [linkedin](https://www.linkedin.com/in/ignatiussani)
👤 **Tendongze Godson**
- Github: [tGodson](https://github.com/tGodson)
- Twitter: [@tendongze95](https://twitter.com/tendongze95)
- Linkedin: [linkedin](https://www.linkedin.com/in/tendongzegodson)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the <a href="https://github.com/tGodson/private-events/issues" target="_blank">issues page</a>.
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- <a href="https://www.theodinproject.com/" target="_blank">The Odin Project</a>