sanjay270899 / Community-Website

Official Website of HITK Tech Community πŸ‘©πŸ»β€πŸ’»πŸ‘¨πŸ»β€πŸ’»

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community-Website

All Contributors Prettier Issues forks license Join our Slack community https://www.webiny.com/slack

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.

Tech Stack πŸ—ƒ

How to contribute ? πŸ€”

  • Get started with the Contributon Guidelines mentioned here
  • Make sure to follow our conventions mentioned here

Getting Started πŸ‘¨β€πŸ’»

Setup the repository to your local environment.

  1. fork the repository - Creates a replica of repository to your local environment.
  2. Clone the repository using git clone https://github.com/YOUR-USERNAME/Community-Website - Downloads all repo files to your machine.
  3. cd Community-Website - Takes you to the root directory of the project.

Frontend βš›οΈ

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.

  1. Navigate to frontend folder using cd frontend.
  2. Run npm install. It will install all the required packages and dependencies.
  3. Run npm start to run the server.
  4. Navigate to http://localhost:3000 to view it in the browser.

The website is live at https://hitk-tech-community.netlify.app/

Backend πŸ’»

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.

  1. Navigate to backend folder using cd backend
  2. Run npm install. It will install all the required packages and dependencies.
  3. Run npm start to run the server in dev mode.
  4. Navigate to http://localhost:3500 to see the backend server runing in the browser.

The backend is live at https://community-website-backend.herokuapp.com/

Testing Credentials πŸ€–

The dummy admin credentials to login to the admin dashboard are given below -

{
    "email" : "admin@gmail.com",
    "password" : "check"
}

Related Repositories πŸ“‚

Community πŸ‘₯

Slack

Programs We have been associated with 🀍

Contributors 🌟

Thanks goes to these wonderful people ✨✨:

About

Official Website of HITK Tech Community πŸ‘©πŸ»β€πŸ’»πŸ‘¨πŸ»β€πŸ’»

License:MIT License


Languages

Language:JavaScript 62.9%Language:SCSS 33.9%Language:HTML 1.6%Language:CSS 1.5%