Skip to content

CyberVadim/salesPoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales point System Backend

Run the app with Docker

docker compose up --build

Check out Redis (напиши ping - получи pong)

docker exec -it redis_cache redis-cli ping

Check out Containers

docker ps

Open

http://localhost:8080/swagger-ui/index.html

pgAdmin

http://localhost:8082

Stop the app with Docker

docker compose down

Clean up unused images and containers

docker system prune -a

Rebuild the app with Docker

docker-compose up --build -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published