Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 2.18 KB

readme.md

File metadata and controls

85 lines (58 loc) · 2.18 KB

GOOGLE DEVELOPER STUDENT CLUBS TIET

Website: gdsctiet.in

This is the repo for the official Website of GDSC Thapar Institute of Engineering and Technology, Patiala , Punjab. Kindly go through the entire README.md for getting familiar with contribution steps

Project Structure

The project contains two main folders frontend

Installation and Setup

  • Fork the repo and clone it
    git clone https://github.com/developer-student-club-thapar/Society-Website.git
  • Checkout to dev branch
    git checkout dev

Set up the client side

cd frontend
npm install
npm run dev

Set up the server side

cd Backend
npm install
  • create a .env file

  • set up the .env file as:

    PORT = <port>
    DB_URL =<Mongo_DB_URL>

To run

npm start

Contributing

We welcome contributions from the community. Please read the CONTRIBUTING.md file for details on the code of conduct, and the process for submitting pull requests.

Maintainers

  • @krishan2005op
  • @HARSHGUPTA3009
  • @aayushgoyalt
  • @priyanshu1976
  • @arjuunns
  • @Armaan100
  • @th3m4nd4r1n

Moderators

  • @Sharathchandra345

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.