Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnymarquez/test
https://github.com/johnnymarquez/test
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnnymarquez/test
- Owner: johnnymarquez
- Created: 2024-08-23T01:54:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T01:59:31.000Z (4 months ago)
- Last Synced: 2024-08-23T02:56:29.021Z (4 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`