traPtitech / Jomon

Account Support System for traP
7 stars 3 forks source link
hacktoberfest

Jomon

An accounting support system

Jomon APIJomon-UI

Environment

Testing

  1. Make the server running.

  2. Run the following command in the project root.

    make test

Running

  1. Run the following command in the project root.
make up

Now, you can send http requests to localhost:3000.

  1. Run the following command in the project root when making the server down.
make down

Staging

  1. Set .env file.
  1. Enter the server for Jomon staging server and run the following command in the project root.
sudo docker pull ghcr.io/traptitech/jomon-v2:latest
sudo docker run -d -p 1323:1323 --env-file .env ghcr.io/traptitech/jomon-v2