Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

User Module

A simple user management application with Signup, Login, User Profile, and All Users List functionalities.

  • Frontend: Built with Next.js (TypeScript, Tailwind CSS, App Router, Turbopack)
  • Backend: Built with Nest.js, GraphQL, and MongoDB

How to Run

1. Clone the Repository

git clone <repository-url>
cd <repository-name>

2. Set Up the Backend

cd backend
npm install
  • Ensure MongoDB is running (e.g., mongod for local or use a MongoDB Atlas URI)
  • Start the backend server:
npm run start:dev

3. Set Up the Frontend

Open a new terminal and run:

cd frontend
npm install
npm run dev

4. Access the Application

Open http://localhost:3001 in your browser. Use the homepage to navigate:

  • Signup – Create a new user
  • Login – Authenticate
  • Profile – View user details (requires login)
  • All Users – View the list of all users (requires login)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages