Bobsar0 / Fast-Food-Fast

A food delivery service app for a restaurant

Home Page:https://fast-food-fast-bobsar0.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Code Climate Heroku

Fast-Food-Fast

An Andela Developer Challenge Project

Description

Fast-Food-Fast is a food delivery service app challenge built using plain HTML5, CSS, JS for front end and Node.js for the backend. The project is divided into UI implementation and API Endpoints sections with features for both demonstrated below. The overall solution is hosted on Heroku

UI Implementation

This involves creating just the UI elements - pages and views

Features

API Endpoints

This involves primarily creating RESTful API endpoints to power the front-end pages.

Features

Endpoints Functionality
GET /orders Get all orders.
GET /orders/:id Fetch a specific order.
POST /orders Place a new order.
PUT /orders/:id Update the status of an order.
DELETE /orders/:id Delete an order.

Getting Started

These instructions will get you a copy of the project running on your local machine for development and testing purposes.

Prerequisites

node.js v8.11.4 recommended; npm v6.4.1 or greater recommended

Installation and Testing

  • Clone the master repository to access all files and dependency versions
  • Run npm install to install all dependencies
  • Run npm test to test files
  • Run npm start to get the system running

Built With

About

A food delivery service app for a restaurant

https://fast-food-fast-bobsar0.herokuapp.com/


Languages

Language:JavaScript 64.4%Language:HTML 23.5%Language:CSS 7.2%Language:API Blueprint 4.9%