Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Restful API for Ara, KAIST's official community service

License

NotificationsYou must be signed in to change notification settings

sparcs-kaist/ara-api

Repository files navigation

BunHonoDrizzleMySQL

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Docker
  • Bun v1.1 (JavaScript runtime and package manager)

Installation

  1. Set up environment variables:

    Copy the example environment file and if necessary, modify it according to yourlocal environment settings.

    cp .env.example .env
  2. Install dependencies:

    Use Bun to install all necessary dependencies.

    bun install
  3. Database Setup:

    Start the database container using Docker.

    docker compose up -d# This will start the database container in detached mode

    Run database migrations to set up the required database schema.

    bun db:migrate
  4. Running the application:

    To start the application in development mode, use the following command:

    bun dev

Commit Guidelines

This project usesgitmoji for commit messages.Check thegitmoji specification for more details.

License

This project is licensed under the MIT License - see theLICENSE file for details.

About

Restful API for Ara, KAIST's official community service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp