A web app to create and attend events. Open source, free, not caring about your data.
Attendion is deployed on Heroku: https://attendion.herokuapp.com/ - have a look around!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need Ruby 2.4.1 and Rails 5.1.6 installed.
Fork the repository and clone it to your own local machine. If you have Ruby and Rails installed, change to the directory (cd attendion
) and type rails/bin server
to run the server. Open a new tab in your terminal and run bin/rake db:migrate RAILS_ENV=development
to make the app work locally. You can now access the webpage at http://localhost:3000/
.
We're happy to chat if you have any additional ideas to improve Attendion! Contact us on Twitter (@attendion) or comment on our issues.
tobias (BlkPingu) and tabea (einhorntee)