https://github.com/hellodhlyn/buslive-api
동동섬버스의 서버 API
https://github.com/hellodhlyn/buslive-api
Last synced: about 1 month ago
JSON representation
동동섬버스의 서버 API
- Host: GitHub
- URL: https://github.com/hellodhlyn/buslive-api
- Owner: hellodhlyn
- Created: 2023-08-12T17:15:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T09:14:08.000Z (almost 3 years ago)
- Last Synced: 2025-12-27T22:13:39.356Z (6 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BusLive's API
## Prerequisites
- Go (>= 1.20)
- Terraform
## Development
```shell
make server.run # run local dev server
```
## Deployment
There are several Terraform workspaces by each deployment stages.
- `default` (stand for production environment)
- `dev`
```shell
terraform -chdir=deploy/terraform workspace select
make lambda.build
make lambda.deploy
```