It's the backend side that will serve a set of JSON endpoints for an application intended to find, publish, discover and collect beverage and food places in your city.
- Check it out here: https://tastexplorer.herokuapp.com/
- Sign up to start.
- Ruby 2.7
- Rails 6.0
- Run
bundle install
on the project's root directory.
- Generate the database:
rails db:create
- Run the migrations:
rails db:migrate
- Populate db with seeds:
rails db:seed
- Run this command:
rails server
👤 Santiago Torres G.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!