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

https://github.com/neelkamath/khana-frontend

🥡 Frontend UI for PES University's food ordering service (UE18CS325 project)
https://github.com/neelkamath/khana-frontend

angular food-ordering

Last synced: 3 months ago
JSON representation

🥡 Frontend UI for PES University's food ordering service (UE18CS325 project)

Awesome Lists containing this project

README

          

# Khana Frontend

Frontend UI for [Khana](https://github.com/neelkamath/khana-backend).

## Installation

1. Install the [backend](https://github.com/neelkamath/khana-backend#installation).
1. Install [node.js 14](https://nodejs.org/en/download/).
1. Clone the repo using one of the following methods:
- SSH: `git clone git@github.com:neelkamath/khana-frontend.git`
- HTTPS: `git clone https://github.com/neelkamath/khana-frontend.git`

## Usage

1. [Spin up](https://github.com/neelkamath/khana-backend#usage) the backend.
1. `npm start`
1. To shut down:
1. Shut down the frontend:
- macOS: `control`+`C`
- Others: `Ctrl`+`C`
1. [Shut down](https://github.com/neelkamath/khana-backend#usage) the backend.

## Contributing

The access token gets saved under the key `accessToken` in `localStorage`.

## License

This project is under the [MIT License](LICENSE).