notchris / simple-user-auth

An attempt at making a clean, simple user authentication system in Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple User Auth 🐘

An attempt at making a clean, simple user authentication system in Typescript.

Built with

  • Node, Typescript
  • PostgreSQL
  • Express

Installation

Install with npm (or yarn) from the 'server' directory.

npm install

Usage

You can run the server from VSCode "Run & Debug" or manually with

npm run dev

from the 'server' directory.

License

MIT

About

An attempt at making a clean, simple user authentication system in Typescript.


Languages

Language:TypeScript 100.0%