private_events

Rails private event project. In there you can create an event and you can invite members to your event.

MIT License

Stars
4
Committers
2

Rails Private Event!

We built a site 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 (sound familiar?). Events take place at a specific date and at a location (which you can just store as a string, like Ijays House).

Project Screenshot.

Built with

  • Rails - version 6.0.2.1
  • Bootstrap - version 5.0
  • Sass
  • PostgreSQL - version 20.04
  • VSCode - code editor

Installing

  • Clone the repo https://github.com/Murodjon000/private_events.git
  • cd into the directory
  • Run bundle install
  • Run rails db:create db:migrate (optional)
  • Run rails s
  • Go to localhost:3000

Authors

Murodjon Tursunpulatov

Abigael Nyangasi

Contributing

  • Fork the project
  • Create your feature branch git checkout -b new-feature
  • Commit your changes git commit -m 'New feature'
  • Push it git push -u origin new-feature
  • Open a pull request using this branch
  • Feel free to check the issues page.

Show your support

Finally, if you've read this far, don't forget to give this repo a . They're free . . . I think.

Acknowledgments

License

MIT licensed software.

Related Projects