Skip to content

willf80/text-alignment-api

Repository files navigation

Text Alignment API

Service built using Node, TypeScript and Express

INSTRUCTIONS


Installation

cd ~
git clone https://github.com/willf80/text-alignment-api.git

Install dependencies

yarn

Add .env file in root directory

JWT_SECRET=...
APP_PORT=8080
DB_NAME=...

Launch

yarn start

API is expose on http://localhost:8080

API documentation will show immediately

ABOUT