2024-04-14 19:53:16 +00:00
2024-02-26 10:20:29 +01:00
2024-04-14 19:53:16 +00:00
2024-03-31 20:50:58 +02:00
2024-02-26 10:20:29 +01:00
2024-03-31 20:50:58 +02:00
2024-03-31 20:12:51 +00:00
2024-03-31 22:31:05 +02:00
2024-03-31 20:50:58 +02:00
2024-04-14 19:53:16 +00:00
2024-07-13 22:49:22 +02:00
2024-07-13 22:49:22 +02:00
2024-03-31 22:31:05 +02:00
2024-03-31 20:50:58 +02:00
2024-03-11 12:19:19 +01:00

HSP-GDH (API)

Short description of your project.

Table of Contents

Installation

  1. Install bun.
  2. Clone the repository.
  3. Install the dependencies by running the following command:
    bun install
    
  4. Copy .env.sample as .env
    cp .env.sample .env
    
  5. (Optional) Setup SSL/TLS certs
    1. Create Certificate
    openssl req -newkey rsa:2048 -nodes -keyout certs/domain.key -x509 -days 365 -out certs/domain.crt -subj "/C=FR/L=Paris/O=HSP-GDH/CN=localhost"
    
    1. Enable HTTPS in .env

Usage

  1. Start the application by running the following command:
    bun index.js
    
  2. Open your browser and navigate to http(s)://localhost:{port}.
Description
No description provided
Readme 584 KiB
Languages
JavaScript 66.7%
CSS 24.7%
HTML 8.6%