It’s a social platform that allows Columbia students to hunt for meal pals. They share their available time slots or join others' slots on the Meal Pal application! The application could be regarded as a combination of campus gourmet guidance and social media platform. Columbia students could not only hunt for gourmet food nearby but meet new friends on campus.
ruby: 2.6.6
rails: 4.2.10
Name | Uni |
---|---|
Buyi Cheng | bc2996 |
Huili Zheng | hz2710 |
Yuren Dong | yd2620 |
Dantong Zhu | dz2451 |
bundle install
rake db:migrate
rake db:seed
rails server
Test User:
- admin
- email: [email protected]
- password: 123
- general
- email: [email protected]
- password: 123
Don't forget to add SENDGRID_API_KEY, S3_ACCESS_KEY, S3_SECRET_KEY to application.yml
under the config directory.
SENDGRID_API_KEY is the key for sending confirm email in registration progress
S3_ACCESS_KEY and S3_SECRET_KEY are keys for AWS S3 Bucket access (change avatar)
In browser, open http://localhost:3000