An app to find guests/services for your wedding
OVERVIEW
Our team has developed an app that allows you to rent people or services for your wedding. With our app, you can not only rent services but also offer your own services to others.
Install gems
bundle install
ENV Variables
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
DB Setup
rails db:create
rails db:migrate
rails db:seed
Run a server
rails s
App home: https://guest-who-9b7d8a334e6c.herokuapp.com/
User: simoneroveri@gmail.com PW: 123456
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.