- Notifications
You must be signed in to change notification settings - Fork0
Restful API for Ara, KAIST's official community service
License
NotificationsYou must be signed in to change notification settings
sparcs-kaist/ara-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Before you begin, ensure you have the following installed:
- Docker
- Bun v1.1 (JavaScript runtime and package manager)
Set up environment variables:
Copy the example environment file and if necessary, modify it according to yourlocal environment settings.
cp .env.example .env
Install dependencies:
Use Bun to install all necessary dependencies.
bun install
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
Running the application:
To start the application in development mode, use the following command:
bun dev
This project usesgitmoji for commit messages.Check thegitmoji specification for more details.
This project is licensed under the MIT License - see theLICENSE file for details.