Skip to content

Latest commit

History

History
24 lines (18 loc) 路 661 Bytes

README.md

File metadata and controls

24 lines (18 loc) 路 661 Bytes

Server Boilerplate

CircleCI

This project serves as a bolilerplate server for all my future projects. Additional features will be added over time and enhancements will be made as best practices change.

Stack:

  • Express
  • GraphQL/Apollo Server
  • TypeScript
  • TypeORM
  • Postgres
  • Redis

Features:

  • Forgot Password Flow
  • Locking Accounts
  • Rate Limiting
  • Social OAuth (Google & Facebook)
  • Continuous Integration
  • Database Migrations
  • Database Seeding