Skip to content

moinuddin95/GDGSheridan

Repository files navigation

GDG Sheridan College

Welcome to the GDG Sheridan College project! This repository contains the source code and documentation for the GDG Sheridan College community initiatives.

Table of Contents

Introduction

GDG Sheridan College is a community-driven project aimed at fostering collaboration and learning among students and professionals interested in Google technologies. This repository includes various resources, tools, and projects developed by the community.

TechStack

The project is built using the following technologies:

DocStructure

Root is organized into the following directories:

/gdgsheridancollege /github /workflows /client /server

  • .gitignore
  • package.json
  • README.md

Client is organized into the following directories:

/client /dist /public /src /assets /components /hooks /interfaces /Props /pages /utils - App.tsx - App.css - main.tsx

  • index.html
  • package.json
  • vite.config.ts

Server is organized into the following directories:

/server /config /controllers /middlewares /model /routes

  • index.ts
  • package.json

Installation

To get started with the project, clone the repository to your local machine:

git clone https://github.com/yourusername/GDGSheridanCollege.git

Navigate to the project directory:

cd GDGSheridanCollege

Install the necessary dependencies:

npm install && cd client && npm install && cd ../server && npm install && cd ..

Usage

To run the project, run the following command:

npm run dev

This will launch the application on your local server. Open your browser and navigate to http://localhost:3000 to access the application.

Contact

For any questions or inquiries, please contact us at [email protected].

Thank you for being a part of the GDG Sheridan College community!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published