abdoolly / ts-hydraExpress

A starter project for running hydra express in typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Hydra Express

This is a simple starter project for using hydra express in typescript

Prerequisites

Please make sure that you have installed docker and running on your device

installation

run this docker compose which will handle everything for you

docker-compose up -d

you can see the backend server log by running this command

docker logs -f hydra-1

you will be able to access the server on this url

localhost:3000

About

A starter project for running hydra express in typescript


Languages

Language:TypeScript 98.4%Language:Dockerfile 1.6%