Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:58:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:42:30.005Z (over 1 year 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)