Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T03:10:17.000Z (about 4 years ago)
- Last Synced: 2023-03-07T12:01:47.070Z (almost 2 years ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 0
- Watchers: 1
- 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
```