Skip to content

🔒 🔑 This repo contains a project with an authentication system using expressjs, typeorm and jwt.

Notifications You must be signed in to change notification settings

joaovictordev/typeorm-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

techs

typeorm-jwt

This repo contains a project in Node.js with an authentication system using:

  • Expressjs: A framework for web applications in Nodejs.
  • TypeORM: An ORM for Nodejs applications, with support for Typescript and Javascript.
  • JSON Web Token (jwt): A library to decode, verify and generate JWT.

Installation

Requirements

  • Git
  • Nodejs 13.2.0 or higher
  • NPM

Clone this repo

git clone https://github.com/joaovictordev/typeorm-jwt.git

then:

yarn install

or

npm install

Set the enviroment variables

Copy .env.example and set your variables

finally, in the root dir

yarn dev

or

npm run dev

About

🔒 🔑 This repo contains a project with an authentication system using expressjs, typeorm and jwt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published