Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinav-reddy-k/kanteen
Kanteen is a food ordering web application for university or college students . No more waiting in line to order food. With this app you can order food on the fly and get notified when the food is ready .
https://github.com/abhinav-reddy-k/kanteen
Last synced: 2 days ago
JSON representation
Kanteen is a food ordering web application for university or college students . No more waiting in line to order food. With this app you can order food on the fly and get notified when the food is ready .
- Host: GitHub
- URL: https://github.com/abhinav-reddy-k/kanteen
- Owner: Abhinav-Reddy-k
- License: mit
- Created: 2020-08-06T13:36:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T05:30:11.000Z (about 3 years ago)
- Last Synced: 2023-10-31T22:21:56.981Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kanteen-app.herokuapp.com/
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanteen
Kanteen is a food ordering web application for university or college students .
No more long waiting in line to order food anymore . With this app you can order food on the fly
and get notified when the food is ready .## Badges
[![GitHub issues](https://img.shields.io/github/issues/Abhinav-Reddy-k/kanteen?logo=github)](https://github.com/Abhinav-Reddy-k/kanteen/issues)
[![GitHub forks](https://img.shields.io/github/forks/Abhinav-Reddy-k/kanteen?logo=github)](https://github.com/Abhinav-Reddy-k/kanteen/network)![GitHub all releases](https://img.shields.io/github/downloads/Abhinav-Reddy-k/Kanteen/total?logo=github)
## Screenshots
![]()
![]()
![]()
![]()
![]()
## Authors
- [@Abhinav-Reddy-k](https://www.github.com/Abhinav-Reddy-k)
## Run Locally
Clone the project
```bash
git clone https://github.com/Abhinav-Reddy-k/kanteen.git
```Go to the project directory
```bash
cd Kanteen
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```## License
[Kanteen is MIT licensed](https://github.com/Abhinav-Reddy-k/kanteen/blob/master/LICENSE)