SavourIt helps users create a shortlist of meal options from nearby restaurants based on their mood and budget making the problem of “what to eat” less time-consuming and stressful
- Major languages (Ruby)
- Framworks (Ruby on Rails)
To get a local copy up and running follow these simple example steps.
- Ruby
- Ruby on Rails
- PostgresSQL
- Clone the project
git clone https://github.com/Co-Lab-You-Belong-in-Tech/savourit_backend
cd savourit_backend
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server -p 3001
Visit http://localhost:3001/ in your browser.
👤 J. AFLIH
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.