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

https://github.com/mrbaloch555/typescript-postgres

Typescript & PostgresSQL boilerplate code. Just take a clone and do: npm install or yarn Modules already present...
https://github.com/mrbaloch555/typescript-postgres

nodej post typescript

Last synced: 5 months ago
JSON representation

Typescript & PostgresSQL boilerplate code. Just take a clone and do: npm install or yarn Modules already present...

Awesome Lists containing this project

README

          

Typescript & PostgresSQL boilerplate code.
Just take a clone and do:
``npm install``
or
``yarn``
Modules already present...
1. Auth
1. Signup
2. Login
2. Users
1. Get all users
2. Get single user
3. Update user
4. Delete user
3. Tokens (JWT token service) -> these apis are not availaible for outside world, its being used internall in auth
1. Create tokens
2. Save Token
3. Sign Token
4. Verify Token
4. Posts