omkz / delivr

Food Delivery API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delivr!

Food Delivery API

Setting up the development environment

  • 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

The API documentation

  http://localhost:3000/api-docs/

About

Food Delivery API


Languages

Language:Ruby 99.6%Language:HTML 0.4%