Skip to content

rishavkundu/MSGraphAPI-UsersTable-92724

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This project consists of a React frontend and a Node.js backend.

Project Structure

/react_frontend    # Contains the React application
/nodejs_backend    # Contains the Node.js backend application

Getting Started

Frontend

  1. Navigate to the react_frontend directory:

    cd react_frontend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

Backend

  1. Navigate to the nodejs_backend directory:

    cd nodejs_backend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published