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.