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.
- Host: GitHub
- URL: https://github.com/brandaoplaster/easy-food
- Owner: brandaoplaster
- License: mit
- Created: 2019-10-24T15:49:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:34:34.000Z (over 3 years ago)
- Last Synced: 2025-02-03T23:43:14.143Z (over 1 year ago)
- Topics: api, docker, docker-compose, rest-api, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 5.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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