Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnnymarquez/test


https://github.com/johnnymarquez/test

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Trattoria

### Java 11 & PSQL required

## Create Database PSQL
`psql -U postgres -d trattoria_db -f restorantPoblado.sql`

## If clean install is necessary
`mvn clean install`

## Run Project
`mvn spring-boot:run`

## Homepage
`http://localhost:8080/`

## API
`http://localhost:8080/api/comandas`