https://github.com/wildandhya/cafeweb
https://github.com/wildandhya/cafeweb
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wildandhya/cafeweb
- Owner: wildandhya
- Created: 2020-08-07T18:13:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T11:05:55.000Z (over 5 years ago)
- Last Synced: 2025-01-28T22:38:52.759Z (over 1 year ago)
- Language: JavaScript
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Point of Sale Cafe
## Contents
- [Description](#description)
- [Features](#features)
- [Installation](#installation-for-development)
- [Screenshoots](#screenshoots)
## Description
Cafe is a website application that can make it easier for customers to choose their favorite food or drink directly from our website
## Features
1. Authentication (Login & Register)
2. Add New Menu
3. Update Menu
4. Delete Menu
5. Checkout Menu
6. Logout
## Installation
1. Clone this Repository
```sh
git clone https://github.com/wildandhya/Cafeweb.git
```
2. Install NPM Packages
```sh
npm install
```
3. Run the App
```sh
npm start
```
## Screenshoots