Skip to content

rishabhjambhulkar/VideoScheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Installation

Server

  1. Navigate to the server directory:
    npm install
  2. frontend installation
    cd frontend
    npm install
    
    

Running the Project

To start the server and client, run:

 nodemon server.js
 cd frontend
 npm start