Code Monkey home page Code Monkey logo

community-website's Introduction

Community-Website

All Contributors Prettier Issues forks Netlify Status 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 ๐Ÿ‘จโ€๐Ÿ’ป

NOTE - You must be on NODE Version 14.19.0

Setup the repository to your local environment.

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

NVM

Setting Up Node version 14.19.0 and npm version 6.14.16

  1. Install Node Version Manager (nvm):
  2. 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.
  1. Install Node.js version 14.19.0:
    • In your terminal window, type the following command and press Enter:
nvm install 14.19.0
  1. Install npm version 6.14.16
npm install [email protected] -g
  1. Switch to Node.js version 14.19.0:
    • Use the following command to activate Node.js version 14.19.0:
nvm use 14
  1. 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

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.
cd frontend
  1. Install all the required packages and dependencies.
npm install
  1. Run the server.
npm start
  1. 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/

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.
cd backend
  1. Install all the required packages and dependencies.
npm install
  1. Run the server.
npm start
  1. 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/

Testing Credentials ๐Ÿค–

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

{
    "email" : "[email protected]",
    "password" : "password"
}

OR

{
    "email" : "[email protected]",
    "password" : "password"
}

Related Repositories ๐Ÿ“‚

Community ๐Ÿ‘ฅ

Slack

Programs We have been associated with ๐Ÿค

Contributors ๐ŸŒŸ

Thanks goes to these wonderful people โœจโœจ:

community-website's People

Contributors

kajol-kumari avatar allcontributors[bot] avatar amanprateek123 avatar vedikaag99 avatar hemu21 avatar aaryan8751 avatar ashuvssut avatar kenkirito avatar garvitgupta13 avatar sakshikhachane avatar jackfrost13 avatar shubhamsj07 avatar aman16-ai avatar leerenjie avatar abhipsaguru1012 avatar swayamrana808 avatar firequeen-3010 avatar arinmodi avatar coder-srinivas avatar kanishkaa24 avatar nehaparmar99 avatar shivamgaur99 avatar shraddha-amber avatar codewithvk avatar sreechand2002 avatar mayank-del avatar yashsehgal avatar vinrusty avatar tanishq-arya avatar swastik1710 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.