Skip to content

nishantHolla/PESU-ClubTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

PESU_ClubTools

PESU Sem 3: Mini project for Web Tech.

Team Members

  • Nishant Holla - PES1UG23CS401 Github
  • Pranav Hemanth - PES1UG23CS433 Github
  • Aneesh Dutt - PES1UG23CS371 Github
  • Nagarjun A H - PES1UG23CS375 Github

Setup

  1. Generate a new ssh key and add it to github Follow this video

  2. Clone the repo

git clone [email protected]:nishantHolla/PESU_ClubTools.git
cd PESU_ClubTools
  1. Install backend dependencies
npm install --prefix ./backend
  1. Install frontend dependencies
npm install --prefix ./frontend
  1. Start backend server
cd ./backend
npm run dev
  1. Start frontend server - Open new terminal and cd into the frontend folder
cd ./frontend
npm run dev
  1. Check setup - open http://localhost:5173 in browser and click ping server button

  2. To check if you are able to push changes to github, edit this README.md file with some new text (it can be anything). And then push the changes to github

git config --global user.email "change this with your github email id"
git config --global user.name "change this with your github username"
git add README.md
git commit -m "Updated the readme file"
git push origin main

About

PESU Sem 3: Mini project for Web Tech.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •