filipkorus / nodejs-auth-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js JWT Authentication API

Authentication and authorization token-based API written in Node.js.

Author: Filip Korus <fkorus@student.agh.edu.pl>

Used technologies

  • Express
  • Prisma

Project setup

  • run npm install command to install node dependencies
  • rename example.env file to .env.
  • set all credentials in .env file

Run in development environment

npm run dev

Compile TypeScript

npm run build

Start compiled version

npm run start

Other

Frontend integration example Vue.js Auth Client.

About


Languages

Language:TypeScript 91.8%Language:HTML 6.4%Language:Shell 1.7%