Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluette1/private_events
A Ruby on Rails Project for creating and managing online events.
https://github.com/bluette1/private_events
html-css rails ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
A Ruby on Rails Project for creating and managing online events.
- Host: GitHub
- URL: https://github.com/bluette1/private_events
- Owner: Bluette1
- Created: 2020-08-10T13:04:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T01:57:28.000Z (about 4 years ago)
- Last Synced: 2024-10-02T15:21:11.239Z (about 2 months ago)
- Topics: html-css, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://eventsrite.herokuapp.com/sign_in
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# private_events
![CI Status Badge](https://github.com/Bluette1/private_events/workflows/CI%20Checks/badge.svg)
This is a project in the Ruby on Rails curriculum at [Microverse](https:www.microverse.org/) - @microverseinc
The project specifications can be found on [Ruby on Rails
PROJECT: ASSOCIATIONS](https://www.theodinproject.com/courses/ruby-on-rails/lessons/associations)![demopage](./app/assets/images/screenshot.png)
## Built With
- Ruby
- Rails## Description
- On this site, registered users can create events and signup for existing events.
- The Rails framework was used to build this project.## Live Demo
[Live Demo](https://eventsrite.herokuapp.com/)
### Run instructions
- You can clone the GitHub repo and type the following commands in the terminal to run the bot locally
```
bundle install
rake db:migrate
rails server
```### How to use the site
Make sure the server is running
- Go to http://localhost:3000/ in your web browser.
- Follow the navigation links on the site to access the available features, including sign up and sign in functionality.## Deployment
- You can deploy on [Heroku](https://devcenter.heroku.com/categories/ruby-support).## Authors
👤 **Marylene Sawyer**
- Github: [@Bluette1](https://github.com/Bluette1)
- Twitter: [@MaryleneSawyer](https://twitter.com/MaryleneSawyer)
- Linkedin: [Marylene Sawyer](https://www.linkedin.com/in/marylene-sawyer)# Acknowledgements
- [Rails Guides](https://guides.rubyonrails.org)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Bluette1/members_only/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.