Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 .

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)