Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaelcodes/meetanotherday
An app to help you find and meet up with your friends at conferences.
https://github.com/chaelcodes/meetanotherday
rails ruby
Last synced: about 16 hours ago
JSON representation
An app to help you find and meet up with your friends at conferences.
- Host: GitHub
- URL: https://github.com/chaelcodes/meetanotherday
- Owner: ChaelCodes
- License: mit
- Created: 2021-05-30T16:27:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T04:19:25.000Z (4 months ago)
- Last Synced: 2024-12-26T18:09:53.152Z (8 days ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 599 KB
- Stars: 35
- Watchers: 3
- Forks: 20
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)
# Meet Another Day
An app to help you find and meet up with your buddies at conferences.Have you ever gone to a conference, met someone really cool who lives halfway around the world, and then promptly fell out of touch as soon as the conference was over? A year later, you don't remember their name, but you remember that you met someone really cool at this conference last time you went. Meet Another Day helps you manage those relationships! Friend someone while you're at the conference, and when you go to future conferences, find out who else is going!
[Check it out!](https://confbuddies.herokuapp.com/)
# Tech Stack
Tech | Version | Use
--- | --- | ---
[Ruby on Rails](https://guides.rubyonrails.org/) | 7.0.x | A web application framework built using Ruby that manages interfacing with the database, and responding to web requests
[Postgres](https://www.postgresql.org/docs/13/index.html) | 13 | Database for storing events, users, and all other data
[Bulma](https://bulma.io/) | 0.9.3 | A CSS framework for building web applications (we use [Cyborg](https://jenil.github.io/bulmaswatch/cyborg/))# Contributing
Check out the [Contributing Guide!](/CONTRIBUTING.md)
We expect all contributors and maintainers to abide by the [Contributor Covenant](https://www.contributor-covenant.org/).