https://github.com/chaudinh/graphql-typescript-server-boilerplate
A CRUD graphql server written in typescript
https://github.com/chaudinh/graphql-typescript-server-boilerplate
Last synced: 4 months ago
JSON representation
A CRUD graphql server written in typescript
- Host: GitHub
- URL: https://github.com/chaudinh/graphql-typescript-server-boilerplate
- Owner: ChauDinh
- Created: 2020-05-03T14:43:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:58:53.000Z (over 2 years ago)
- Last Synced: 2025-01-19T14:19:52.401Z (5 months ago)
- Language: TypeScript
- Size: 3.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL TypeScript server boilerplate
This is a repo I create since I think I'd be doing the same thing for my future projects.
- Register (send confirmation email)
- Login
- Forgot password
- Logout
- Cookies and http header
- Authentication middleware
- Rate limiting
- Locking account
- Unit Testing (probably Jest)