Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karthikriyer/csce-606-foodapp


https://github.com/karthikriyer/csce-606-foodapp

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FoodApp

## How to build and run

Pre-requisites:
- Java 17
- Maven

From 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
```