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

https://github.com/arnoldchrisoduor1/beancart

E-Commerce Site
https://github.com/arnoldchrisoduor1/beancart

angular aws java postgresql redis tailwindcss typescript

Last synced: 3 months ago
JSON representation

E-Commerce Site

Awesome Lists containing this project

README

          

To run locally on docker:
`docker build -t spring-app .`
`docker run -p 8000:8000 spring-app`

`docker-compose up --build`

docker-compose up --build -d db redis

# Wait for them to be healthy
Then run `docker-compose up --build spring-boot-backend`