Skip to content

Implemented Event management web application. Users can create events, attend upcoming/past events by one click. Built with: Javascript, Webpack, Babel, Eslint, GitHub, Heroku.

Notifications You must be signed in to change notification settings

TashfeenRao/event-association

 
 

Repository files navigation

Event scheduler

This project is about Event management built in Ruby on Rails. Users can create events on any future dates by writing a title and a description. Users can see and attend upcoming/past events by one click.

Built With

  • Ruby v2.6.5
  • Ruby on Rails v5.2.4

Live Version

https://powerful-ocean-51924.herokuapp.com/

Getting Started

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

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.

Authors

Tashfeen Rao https://github.com/TashfeenRao Ko Nyan https://github.com/konyan

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

Acknowledgments

Microverse Heroku

📝 License

MIT

Tashfeen Rao  · 
Email: tashfeendev@gmail.com  · 
AngelList TashfeenRao  · 
LinkedIn Tashfeen Rao  · 
Twitter @TashfeenDev  · 

About

Implemented Event management web application. Users can create events, attend upcoming/past events by one click. Built with: Javascript, Webpack, Babel, Eslint, GitHub, Heroku.

Topics

Resources

Stars

Watchers

Forks

Languages

  • CSS 58.4%
  • Ruby 30.7%
  • HTML 8.7%
  • JavaScript 2.2%