An open API service indexing awesome lists of open source software.

https://github.com/brandaoplaster/easy-food

Create an ifood-inspired APP using Ruby on Rails as API and React as web client.
https://github.com/brandaoplaster/easy-food

api docker docker-compose rest-api ruby ruby-on-rails

Last synced: 5 months ago
JSON representation

Create an ifood-inspired APP using Ruby on Rails as API and React as web client.

Awesome Lists containing this project

README

          

# Easy Food

An API that provides restaurants near the user, where he can choose restaurant
by category and can place your orders.

With the following features:
* Restaurants by Category
* Restaurant Details
* Restaurant rating
* Place Orders

## Prerequisites

>You just need have docker-compose installed in your machine.

## Getting Started
>To get the app running, run the following commands:

```
docker-compose build
docker-compose run --rm website bundle install
docker-compose run --rm website bundle exec rails db:create
docker-compose run --rm website bundle exec rails db:migrate
docker-compose up
```

>API access by following link after docker up

```
http://localhost:3001
```

## Built With

* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management

## Authors

* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details