ekumamait / FastFOODFast-Angular

FastFoodFast is an online food delivery service app for a restaurant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME TO FastFOODFast-Angular

Build Status Coverage Status


TABLE OF CONTENT;

  • DESCRIPTION
  • PROJECT SETUP
  • AVAILABLE FUNCTIONALITY
  • TESTS
  • PROJECT DEMO

📄 DESCRIPTION;

This is an online food order and delivery service app for a restaurant where registered customers can order daily meals from the famous menu and have the meals delivered to them at home or office. The main focus of this build in its present is the re-implementation of the frontend of the FastFOODFast application using Angular.


PROJECT SETUP

  1. Clone the Repository https://github.com/ekumamait/FastFOODFast-Angular.git

  2. Navigate to the application directory cd FastFOODFast-Angular

  3. install all dependencies npm i

  4. Run the application npm start


AVAILABLE FUNCTIONALITY;
URL Methods Functionality
sign_up POST signs up a user
login POST Logs in a user
menu GET Displays Menu

🔬 TESTS;
  • Tests for components

  • Tests for reducers

  • Tests for actions

  • command to run tests: npm test

  • command to run tests with chrome headless: npm run test-headless


Project Demo;

Here is the link to the Demo:


About

FastFoodFast is an online food delivery service app for a restaurant.


Languages

Language:TypeScript 58.5%Language:CSS 18.4%Language:HTML 17.7%Language:JavaScript 5.4%