Skip to content

This is the 5th project of Micoverse's Ruby on Rails module, the full description can be found on the Odin Project’s website.

License

Notifications You must be signed in to change notification settings

VanessaAoki/PrivateEvent

 
 

Repository files navigation

Microverse MIT Licensed GitHub last commit

Private Events (Eventbrite)

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.

screenshot screenshot screenshot screenshot screenshot screenshot

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;

Built With

  • 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;

Live Server Link

Live demo link

Prerequisites

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.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. In your terminal, type the following, to clone this repository:
$ git clone https://github.com/Emmyn5600/PrivateEvent.git
  1. Type $ cd PrivateEvent to move to the project folder;

  2. Install all required gems by typing $ bundle install on the terminal;

  3. Migrate the database with $ rails db:migrate;

  4. Type $ cd bin to move to the bin folder, you must be on this folder to execute the file;

  5. Execute $ rails server on the terminal and run http://localhost:3000 on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.);

  6. Explore the app, sign up - or sign in if you are already a user - create and attend events;

  7. After you are done, stop running the server by clicking ctrl + C on your terminal.

Authors

🧑‍💻 NSABIMANA Emmanuel

👩🏼‍💻 Vanessa Aoki

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

📝 License

This project is MIT licensed.

About

This is the 5th project of Micoverse's Ruby on Rails module, the full description can be found on the Odin Project’s website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.7%
  • HTML 21.5%
  • JavaScript 3.3%
  • Batchfile 2.8%
  • SCSS 1.7%