An open API service indexing awesome lists of open source software.

https://github.com/notchris/simple-user-auth

An attempt at making a clean, simple user authentication system in Typescript.
https://github.com/notchris/simple-user-auth

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.

```bash
npm install
```

## Usage
You can run the server from VSCode "Run & Debug" or manually with
```bash
npm run dev
```
from the 'server' directory.

## License

[MIT](https://choosealicense.com/licenses/mit/)