Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthikriyer/csce-606-foodapp
https://github.com/karthikriyer/csce-606-foodapp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karthikriyer/csce-606-foodapp
- Owner: KarthikRIyer
- Created: 2023-09-19T02:12:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T18:34:17.000Z (about 1 year ago)
- Last Synced: 2024-05-13T19:10:23.761Z (9 months ago)
- Language: Java
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoodApp
## How to build and run
Pre-requisites:
- Java 17
- MavenFrom the root directory of the project run:
```console
mvn clean package
java -jar ./target/FoodApp-1.0-SNAPSHOT.jar --port 8001 # default port is 8000
```