Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 621 Bytes

Hi

I desided to implent all ways of the client Authentication for educational purposes. Even though i dont do frontend i desided to make few simple pages(login,register,userProfile) for better understanding the auth flow and to not get lost in the future.

Run Instructions

Run two folders concurrently:
Open the project --> cd client --> npm run dev

Run server:
Open the project --> cd server --> nodemon server.js

Run client:
Open the project --> cd client --> npm run build

Repo Structure

  Client folder - frontend part(Made on Svelte).
  Server folder - backend part(Node.js)