Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)