raman08 / React-Nest-State

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN USER AUTH APP

This is a simple application for user authenication.

To Run the application

  • Running Frontend

    cd frontend
    npm i
    npm start
    

This will run the frontend application at port 3000

  • Running Backend

    cd backend
    npm i
    npm start
    

This will run the backend application at port 8000

About


Languages

Language:JavaScript 65.6%Language:TypeScript 28.1%Language:HTML 5.4%Language:CSS 0.8%