/JWT-Auth

Simple Full Stack application with JWT authentication. Deployed on Heroku and Vercel

Primary LanguageTypeScript

JWT-Auth

Simple test of JWT authentication

View here https://jwt-auth-chi.vercel.app/.

Tech 🔍

  • React
  • Express with TypeORM and TypeGraphQL
  • Vercel (hosting)

Development

  • First, we need to install our dependencies. A quick yarn install in both web/ and server/ should do the trick
  • To start the app you can run yarn run start in both folders