Skip to content

willf80/text-alignment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f05499d · Aug 6, 2021

History

29 Commits
Aug 6, 2021
Aug 6, 2021
Aug 5, 2021
Aug 1, 2021
Aug 5, 2021
Aug 1, 2021
Aug 6, 2021
Aug 6, 2021
Aug 1, 2021
Aug 6, 2021
Aug 5, 2021
Aug 6, 2021

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