HITK Tech Community π©π»βπ»π¨π»βπ»
Being from tier-2 and tier-3 colleges, you often face the problem of knowledge gap in our college days. But once you begin walking in the path of tech, you discover a place where people are just like you. πβ¨ We are a group of HITK students trying to fill the knowledge gap and help you find your place of discovery by sharing you the opportunities and resources at the right time!β±οΈ
This project aims to build the official site for the community page so that any student can use the resources shared by us.
- Get started with the Contributon Guidelines mentioned here
- Make sure to follow our conventions mentioned here
NOTE - You must be on NODE Version 14.19.0
Fork
the repository - Creates a replica of repository to your local environment.- Clone the repository - Downloads all repo files to your machine, using
git clone https://github.com/YOUR-USERNAME/Community-Website
- Set working directory to the root directory of the project.
cd Community-Website
Setting Up Node version 14.19.0 and npm version 6.14.16
- Install Node Version Manager (nvm):
- Download the latest version of nvm for your operating system from the official nvm repository:https://github.com/coreybutler/nvm-windows/releases.
- Follow the installation instructions provided on the website
- Verify nvm Installation:
- Open a terminal window.
- Type the following command and press Enter:
nvm -v
- This command should display the currently installed version of nvm.
- Install Node.js version 14.19.0:
- In your terminal window, type the following command and press Enter:
nvm install 14.19.0
- Install npm version 6.14.16
npm install [email protected] -g
- Switch to Node.js version 14.19.0:
- Use the following command to activate Node.js version 14.19.0:
nvm use 14
- Verify Node.js and npm Version:
- Check the installed Node.js version by running:
node -v
-
The output should be
v14.19.0
. -
Verify the installed npm version by running:
npm -v
- The output should be
6.14.16
Following are the steps to run the frontend of the community-website on your local. All the frontend code will go in the frontend
directory.
- Navigate to
frontend
folder.
cd frontend
- Install all the required packages and dependencies.
npm install
- Run the server.
npm start
- Click here to view it in the browser OR navigate to
http://localhost:3000
The website is live at https://hitk-tech-community.netlify.app/
Following are the steps to run the backend of the community-website on your local. All the backend code will go in the backend
folder.
- Navigate to
backend
folder.
cd backend
- Install all the required packages and dependencies.
npm install
- Run the server.
npm start
- Click here to see the backend server runing in the browser OR navigate to
http://localhost:3500
The backend is live at https://community-website-backend.onrender.com/
The testing admin credentials to login to the admin dashboard are given below -
{
"email" : "[email protected]",
"password" : "password"
}
OR
{
"email" : "[email protected]",
"password" : "password"
}
- HITK-TECH-Community/HITK_Tech_Community : The repository containing all the broadcasts done by HITK-TECH-Community
Thanks goes to these wonderful people β¨β¨: