Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.37 KB

README.md

File metadata and controls

74 lines (49 loc) · 2.37 KB

Private-events RoR

Status Github Issues GitHub2 Pull Requests License

The goal of this project is to build a site similar to a private [Eventbrite](https://www.eventbrite.com/) which allows users to create events and then manage user signups.

Built With

  • Ruby on Rails

Getting Started

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

Prerequisites

  • Text Editor (VSCode is suggested.)
  • Install Ruby
  • Install Rails
  • Install git

Setup

  • Open Terminal
  • Change directory to folder to download repository
  • Use cd <file-path>
  • Run git clone https://github.com/epinczinger/private-events-platform.git
  • cd to the project cd private-events-platform
  • Install gems bundle install
  • Install Yarn yarn install --check-files
  • Migrate rails db:migrate
  • Run rails server

Authors

👤 Esteban Pinczinger

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project
  • Project inspired by Microverse Program
  • The Odin Project

📝 License

This project is MIT licensed.