Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 910 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 910 Bytes

LiGroup - Social Media Directory Application

About

LiGroup is a social media directory application designed to aggregate social media accounts in one place. This project is built using Node.js, EJS, and Express.js.

Features

  • User Authentication
  • Search and Filter Functionality
  • Profile Management
  • Real-time Updates

Installation

To get started with LiGroup, follow these steps:

  1. Clone the repository:

    git clone https://github.com/bergaman9/ligroup.git
  2. Navigate to the project directory:

    cd ligroup
  3. Install dependencies:

    npm install
  4. Start the server:

    npm start

Usage

Visit http://localhost:3000 in your web browser to access the application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.