The project contains two main folders frontend
git clone https://github.com/developer-student-club-thapar/Society-Website.git
git checkout dev
cd frontend
npm install
npm run dev
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
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.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.