Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 659 Bytes

File metadata and controls

33 lines (26 loc) · 659 Bytes

ThovinAPI

Simple API de test pour le projet Android du module HMIN205.

Pré-requis

Pour installer l'API, vous devez avoir installé Node.Js 12+ avec npm.

Installation

git clone git@github.com:DocAmaroo/ThovinAPI.git
cd ThovinAPI
npm i

Variables d'environnement

export THOVIN_PORT=<listening_port> # (default: 8888)
export THOVIN_DB=<url_database_connection> # (default: Thovin)

Lancer

# Serveur de développement
npm run dev

# Serveur de production
node index.js