Creating the full stack project . Currently Studing in Second Year of Enginnering
-Dineshkumar verma
-Abhishek yadav
-Pranay verma
-Sahil yadav
Commit properly while pushing the code (it will be verified by the admin)
To Run the Application ( Go to Client directory )install dependencies, run:
To run the application, follow these steps:
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Stop the Server: Use
Ctrl + C
in the terminal to stop the server when you're done. -
Commit and Push Changes:
git add . git commit -m "Describe your changes here" git push
-
Backup: Ensure your code is backed up or saved in version control.
To Run the Backend ( Go to Server directory ) install dependencies, run:
To run the application, follow these steps:
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Stop the Server: Use
Ctrl + C
in the terminal to stop the server when you're done. -
Commit and Push Changes:
git add . git commit -m "Describe your changes here" git push
-
Backup: Ensure your code is backed up or saved in version control.