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)
- Host: GitHub
- URL: https://github.com/neelkamath/khana-frontend
- Owner: neelkamath
- License: mit
- Created: 2020-11-22T01:58:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T09:31:00.000Z (over 5 years ago)
- Last Synced: 2025-12-12T23:39:19.851Z (7 months ago)
- Topics: angular, food-ordering
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).