https://github.com/abiriadev/coding-lab
학생부터 현직자까지, 모두가 함께 모여 만들어 나가는 한국 개발자 커뮤니티 Coding Lab
https://github.com/abiriadev/coding-lab
coding-lab
Last synced: 3 months ago
JSON representation
학생부터 현직자까지, 모두가 함께 모여 만들어 나가는 한국 개발자 커뮤니티 Coding Lab
- Host: GitHub
- URL: https://github.com/abiriadev/coding-lab
- Owner: abiriadev
- License: agpl-3.0
- Created: 2024-02-01T14:59:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T21:50:58.000Z (9 months ago)
- Last Synced: 2025-03-10T13:19:00.998Z (3 months ago)
- Topics: coding-lab
- Language: TypeScript
- Homepage: https://coding-labs.dev
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Lab
## Build
1. Clone the repository
```sh
$ git clone https://github.com/abiriadev/coding-lab
```2. Install the dependencies
```sh
$ corepack enable
$ pnpm install
```3. Build each application
```sh
$ pnpm turbo build
```4. Build the docker image for `backend`.
```sh
$ docker build -t coding-lab -f ./apps/backend/Dockerfile ./apps/backend/
```## Deploy
### Backend
Provide the following environment variables:
| Variable | Required | Description |
| ----------------------------- | -------- | -------------------------------------------------- |
| `INIT_ADMIN_EMAIL` | `true` | The email address of the initial admin user |
| `INIT_ADMIN_PASSWORD` | `true` | The password of the initial admin user |
| `APP_NAME` | `false` | The name of the application |
| `DISCORD_OAUTH_CLIENT_ID` | `true` | The client ID of the Discord OAuth application |
| `DISCORD_OAUTH_CLIENT_SECRET` | `true` | The client secret of the Discord OAuth application |## License
[](./LICENSE)