Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 451 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 451 Bytes

Hypebeast Auth Example

The Hypebeast tech stack as defined by Ben Awad

Getting started

Prerequisites:

  • Node

Technologies

  • Node
  • TypeScript
  • Apollo
  • React
  • JWT
  • GraphQL + GraphQL Codegen
  • PostgreSQL

Running locally

To run the application locally, make sure a database is up and running then run

  • yarn dev

Database

In order to run a local postgres database run

  • docker-compose -f database.docker-compose.yml up -d