Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maulanasdqn/hphijabar

Himpunan Perawat Holistik Indonesia
https://github.com/maulanasdqn/hphijabar

Last synced: 5 days ago
JSON representation

Himpunan Perawat Holistik Indonesia

Awesome Lists containing this project

README

        

# HPHI Jawa Barat

> Himpunan Perawat Holistik Indonesia Jawa Barat

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)

## Installation

Clone the repository and run `bun install`

```bash
bun install
```

## Usage

Running with Development Mode

```bash
bun run dev
```

Building with Production Mode

```bash
bun run build
```

Running with Production Mode

```bash
bun run start
```

Migrate Database

```bash
bun run db:push
```

Seeding the Database

```bash
bun run db:seed
```

## Examples