Skip to content

micaelillos/express-mongo-jwt-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express MongoDB JWT Typescript


Installation

First clone the repo

git clone https://github.com/micaelillos/express-mongo-jwt-typescript.git

Second install dependecies

cd express-mongo-jwt-typescript && npm install

Make sure to have MongoDB on your machine or in a container and adjust .env accordingly

Usage

In devleopment run

npm run dev

In production run

npm run prod

Features

📌 All basic setup of express, mongodb

📌 Everything in typescript

📌 All passwords salted using bcryptjs

📌 Server Side authentication using Joi

📌 JWT authentication & controlled access

📌 Hot Reload

Examples





About

Basic boilerplate for express mongodb jwt typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published