Meal Delivery API
-
Get the code. Clone this git repository:
git clone git://github.com/omkz/mela.git cd mela
-
Install the required gems by running the following command in the project root directory:
bundle install
-
Create and initialize the database:
rails db:create rails db:migrate
-
Import data restaurants
bin/rails import:restaurants
-
Import data users
bin/rails import:users
-
Start the development server:
bin/rails s
http://localhost:3000/apipie/
or
https://mela-food.herokuapp.com/apipie