/avaz-sample-backend-frontend-auth

Very simple application that shows how to deal with user authentication with React.

Primary LanguageJavaScript

Start Frontend (Development)

$ cd frontend
$ npm run dev

Frontend will be available on localhost:3000

Start Backend (Development)

$ cd backend
$ npm run start

Backend will be available on localhost:3000

Architecture

+----------+                  +----------+                +----------+                          
|  browser |  <-- http -->    | frontend |    <--http-->  | backend  |                        
+----------+                  +----------+                +----------+