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.
- Host: GitHub
- URL: https://github.com/notchris/simple-user-auth
- Owner: notchris
- Created: 2023-03-16T21:00:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T21:01:58.000Z (over 3 years ago)
- Last Synced: 2025-07-19T22:22:56.417Z (about 1 year ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)