Haply is a clone of the event site, Eventbrite. On this site, users are able to create new accounts, login, like events, see event information, and creat their own events.
Features cloned from Eventbrite include:
- User authentication
- Creating events
- Creating tickets
- Buying tickets
- Liking events
- Viewing event information
- Browsing events
- Uploading Images
Haply was built on Ruby on a Rails backend with React/Redux front end. User data such as login and list information were stored in a PostreSQL databse. Pictures were stored and accessed through AWS S3.