saiwolf / node-jwt-auth-api-with-mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT Auth API with MongoDB

A Node.js JWT Auth API using MongoDB and Express. With some sprucing up and all in Typescript!

Acknowledgements

License

MIT

API Reference

Can be fond in swagger.yaml

Installation

Install with yarn (or npm)

cd node-mongo-jwt-auth-app
yarn

Running

Development

Utilizes ts-node and nodemon to watch the ./src directory and re-run on file changes

yarn dev

Production

yarn prod

(This will clean the /dist/ folder, build the typescript files, and finally start the server in production mode)

About

License:MIT License


Languages

Language:TypeScript 98.3%Language:Shell 1.7%