Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 555 Bytes

File metadata and controls

30 lines (20 loc) · 555 Bytes

Mini auth

A simple sign up / sign in system, should be used as a backbone for future projects

Stack

  • React
  • Typescript
  • PostgreSql
  • Node
  • Docker

Prerequisite

For Windows and MacOs users, Docker engine must be installed and running

Setup

  • git submodule init
    
  • git submodule update
    
  • create ./api/env.local with envs from ./api/.env

  • create ./client/env.local with envs from ./client/.env

Usage

Start the application and watch for changes in:

docker compose up

Stop the application

docker compose down