Skip to content

Rails API for Taste Explorer, a web-based app that allows users to explore, discover, and ultimately taste beverages and food items from restaurants around the world

Notifications You must be signed in to change notification settings

stiakov/TasteExp-API

Repository files navigation

Taste Explorer Network API

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.

Getting Started

Live Preview

Prerequisites

  • Ruby 2.7
  • Rails 6.0

Setup Dependencies

  • Run bundle install on the project's root directory.

Setup Database

  • Generate the database: rails db:create
  • Run the migrations: rails db:migrate
  • Populate db with seeds: rails db:seed

Run the server

  • Run this command: rails server

Author

👤 Santiago Torres G.

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!


Get more details at codescene.io.

About

Rails API for Taste Explorer, a web-based app that allows users to explore, discover, and ultimately taste beverages and food items from restaurants around the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published