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...
- Host: GitHub
- URL: https://github.com/mrbaloch555/typescript-postgres
- Owner: mrbaloch555
- Created: 2024-02-23T19:54:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T21:39:28.000Z (over 2 years ago)
- Last Synced: 2024-02-24T21:23:28.564Z (over 2 years ago)
- Topics: nodej, post, typescript
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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