Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.33 KB

Event App

The website is similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties). Events take place at a specific date and at a location.

You can see the live version of the app in here: https://events-manager-vanilla.herokuapp.com/

This project includes knowledge of:

  • Associations between models
  • Models, Views, and Controllers (MVC)
  • Data Structures & Relationships
  • Routing
  • Migrations
  • Views with forms, partials, and helpers
  • RESTful design
  • Adding gems for extra features

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Fork/Clone this project to your local machine
  • Cd into the project directory
  • Run bundle install to install the necessary gems.
  • Run rails db:create to setup the database.
  • Run rails db:migrate to migrate the database.
  • Run rails sto start server and run the app locally.
  • Open the browser and go to http://localhost:3000/

Build with

  • Ruby 2.6.5
  • Rails 6.0.1

Authors

Acknowledgments