https://github.com/sirnoob97/animal-lovers
Application requested in a full stack interview
https://github.com/sirnoob97/animal-lovers
docker docker-compose java postgresql react reactjs spring-boot
Last synced: 3 months ago
JSON representation
Application requested in a full stack interview
- Host: GitHub
- URL: https://github.com/sirnoob97/animal-lovers
- Owner: SirNoob97
- Created: 2021-08-12T10:39:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T17:35:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T11:27:16.815Z (over 1 year ago)
- Topics: docker, docker-compose, java, postgresql, react, reactjs, spring-boot
- Language: Java
- Homepage:
- Size: 58.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# animal-lovers
## Prerequisites
- Java 11+.
- NodeJS 14.17.5+.
- Docker engine 20.10.x
- Docker compose 1.26+
## Usage
Run the entire project wit docker compose and go to ```http://localhost```.
dkc --env-file ./env/.env.dev up -d
If you want to use gradel and yarn to run the projects add the following to the ```package.json```.
"proxy": "http://localhost:8080/apiV1"