Food Delivery API
-
Get the code. Clone this git repository:
git clone git://github.com/omkz/delivr.git cd delivr
-
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/api-docs/