Service built using Node, TypeScript and Express
cd ~
git clone https://github.com/willf80/text-alignment-api.git
yarn
JWT_SECRET=...
APP_PORT=8080
DB_NAME=...
yarn start
API is expose on http://localhost:8080
API documentation will show immediately