Skip to content

A simple Login/Signup with profile using NextJs and NestJs

Notifications You must be signed in to change notification settings

Shubham3314/NextJs-NestJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js & Nest.js Login/Signup with Profile

A simple web application for user authentication (Login/Signup) and user profiles using Next.js and Nest.js with a MySQL database.

Features

  • Login
  • Sign Up
  • Update profil picture and Data
  • User authentication using JWT

Installation

Install Next.js & Nest.js with npm

  git clone https://github.com/Shubham3314/NextJs-NestJs.git
  cd NextJs-NestJs

Install Next.js Dependencies

  cd nextjs
  npm install

Install Nest.js Dependencies

  cd nestjs
  npm install

Database Setup

I have used XAMPP for MySQL. Make sure your MySQL server is running.

Start the project

Start the Backend first

  cd nestjs
  npm run start

Start the Frontend

  cd nextjs
  npm run dev

About

A simple Login/Signup with profile using NextJs and NestJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published