Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 694 Bytes

README.md

File metadata and controls

61 lines (39 loc) · 694 Bytes

sph-sim-jms

Setup

  1. Clone repository
[email protected]:framgia/sph-sim-jms.git
  1. Add env file to server directory
DATABASE_URL="postgresql://postgres:postgres@db:5432/jms?schema=public"
  1. Build docker
docker compose build
  1. After succesful build, run
docker compose up -d
  1. After successful setup, you can access the following:

Web URL

Server URL

To stop docker, run

docker compose stop

To run yarn commands for web or server, first run

docker exec -it web-next sh

or

docker exec -it server-nest sh

To exit, press Ctrl+D or run

exit