Skip to content

This is an app for showcasing different events created by different users. Users can be able to attend other events created by clicking the attend button in an event. Events to be attended are shown on the user's profile once signed in.

Notifications You must be signed in to change notification settings

emmanuelkamala/private-events

Repository files navigation

Project Name

This is a practice project from the Odin Project using Ruby on Rails to create a an Event app project, where a user can login into a system and create events and also a non-logged in user can be able to see different events that have been created by other users.

screenshot

screenshot

Built With

  • Ruby '~>2.7'
  • Bundler '~> 2.0.0'
  • Rails '~> 6.0.2.1rc1'
  • Postgresql '>= 0.18', '< 2.0'

Live Demo

Click here for a live version

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to have Ruby 2.7 and Rails 6.0.2.1 installed

Setup

Install

Clone the repo and then install the needed gems:

bundle install

Create and Migrate the database:

rails db:create
rails db:migrate

Run the app in a local server:

rails server

Authors

👤 Author

🤝 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!

About

This is an app for showcasing different events created by different users. Users can be able to attend other events created by clicking the attend button in an event. Events to be attended are shown on the user's profile once signed in.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published