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.
- User Authentication
- Search and Filter Functionality
- Profile Management
- Real-time Updates
To get started with LiGroup, follow these steps:
-
Clone the repository:
git clone https://github.com/bergaman9/ligroup.git
-
Navigate to the project directory:
cd ligroup
-
Install dependencies:
npm install
-
Start the server:
npm start
Visit http://localhost:3000
in your web browser to access the application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.