This is an app, created with Ruby on Rails, developed for you to create and attend events!
This is the 5th project of Micoverse's Ruby on Rails module, the full description can be found on the Odin Project’s website.
What you can do with this project
- You can create Users and Events;
- Once you sign up/log in, you can:
- Create events, giving them a title, description, date, and location;
- Attend or ignore events;
- Ruby 2.7.2;
- Ruby on Rails 6.1.3;
- Ruby gems: devise, bulma, simple-forms, sqlite3, puma, sass-rails, webpacker, turbolinks, jbuilder, rubocop;
- Visual Studio, Git & GitHub;
To run this project, you need a computer with Ruby and Ruby on Rails installed.
If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.
If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.
To get a local copy up and running, follow these simple steps:
- In your terminal, type the following, to clone this repository:
$ git clone https://github.com/Emmyn5600/PrivateEvent.git
-
Type
$ cd PrivateEvent
to move to the project folder; -
Install all required gems by typing
$ bundle install
on the terminal; -
Migrate the database with
$ rails db:migrate
; -
Type
$ cd bin
to move to the bin folder, you must be on this folder to execute the file; -
Execute
$ rails server
on the terminal and runhttp://localhost:3000
on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.); -
Explore the app, sign up - or sign in if you are already a user - create and attend events;
-
After you are done, stop running the server by clicking
ctrl + C
on your terminal.
🧑💻 NSABIMANA Emmanuel
- GitHub: @emmyn5600
- Twitter: @NSABIMA62253884
- LinkedIn: @nsabimana-emmanuel-4276091b2
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.