Skip to content

A simple signup/signin system made out of React, NodeJS and Docker

Notifications You must be signed in to change notification settings

leoasimon/mini-auth

Repository files navigation

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

About

A simple signup/signin system made out of React, NodeJS and Docker

Topics

Resources

Stars

Watchers

Forks