Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.2 KB

Andela Developer Challenge

Challenge

Build Status

Coverage Status

BUILD A PRODUCT: Fast-Food-Fast

Project Overview

Fast-Food-Fast is a food delivery service app for a restaurant. The project is built with html, css and js with no external library. The app is hosted on heroku. Api documentation can be found here.

Prerequisites

  • Nodejs
  • Git

How to set up this project

  • Clone this repository
  • Change directory into the created folder
  • Run yarn install
  • Run yarn test to test the application
  • Run yarn devstart to start developemnt locally

Contribution

  • Clone the develop branch of this repository
  • Create a feature branch and make changes
  • Create a pull request to the develop branch