TusharIbtekar / authentication-express-node

Rest API with JWT authentication using TypeScript, Express.js and TypeORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Authentication

Built with

Running Locally

git clone git@github.com:TusharIbtekar/authentication-express-node.git
cd authentication-express-node && pnpm install
pnpm dev

Running with docker

git clone git@github.com:TusharIbtekar/authentication-express-node.git
cd authentication-express-node
docker compose up -d

The above commands will start the application on http://localhost:3000/

Visit http://localhost:3000/api to see the api docs.

About

Rest API with JWT authentication using TypeScript, Express.js and TypeORM


Languages

Language:TypeScript 99.1%Language:Dockerfile 0.9%