https://github.com/mauricioacosta/restful-api-and-web
Restful API with CR actions (create and retrieve / read from CRUD) using Java with Docker and Angular Framework implementing the API
https://github.com/mauricioacosta/restful-api-and-web
Last synced: 4 months ago
JSON representation
Restful API with CR actions (create and retrieve / read from CRUD) using Java with Docker and Angular Framework implementing the API
- Host: GitHub
- URL: https://github.com/mauricioacosta/restful-api-and-web
- Owner: MauricioAcosta
- License: gpl-3.0
- Created: 2020-11-18T15:17:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T03:10:17.000Z (over 4 years ago)
- Last Synced: 2025-01-21T18:35:48.607Z (6 months ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restful-api-and-web
Restful API with CR actions (create and retrieve / read from CRUD) using Java with Docker and Angular Framework implementing the API
## Requirements
- git **> 2**
- nodejs **> 10.15.0**
- angular **10**
- maven **3.6.3**
- openjdk **11**
- docker **> 19**## Run docker-compose
- postgresql
- web```bash
cd restful-api-and-web
docker-compose up -d --build
```
## Run restful```bash
cd api && mvn clean package -DskipTests && java -jar target/*.jar
```