Skip to content

ALGORITHM-NSUT/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Algorithm Society East Campus Tech Chapter

This repository contains the website for the Algorithm Society of East Campus Tech Chapter. It serves as a platform for members to engage, share resources, and participate in events related to algorithms and technology.

Table of Contents

Features

  • User authentication for secure access
  • Resource sharing and collaboration
  • Event management for upcoming workshops and meetups
  • Discussion forums for algorithm-related topics

Tech Stack

  • Frontend: React with Vite
  • Backend: Node.js with Express
  • Database: MongoDB (or your chosen database)

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sarthak2004/Algorithm.git
    
  2. Navigate to the backend directory:

    cd Algorithm/backend
  3. Install backend dependencies:

    npm install
    
  4. Set up your environment variables: create a .anv file

  5. Run the backend server:

    node server.js
    
  6. Navigate to the frontend directory:

    cd ../frontend
  7. Install frontend dependencies:

    npm i
  8. Run the frontend:

    npm run dev
  9. Run the backend:

    nodemon server.js

Contributors 10