Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/learnathon-by-geeky-solutions/cou-visionary-coders

Repository for team CoU_Visionary_Coders
https://github.com/learnathon-by-geeky-solutions/cou-visionary-coders

Last synced: 1 day ago
JSON representation

Repository for team CoU_Visionary_Coders

Awesome Lists containing this project

README

        

# cou-visionary-coders

## Team Members
- **shuvojr13** (Team Leader)
- **mahmud803**
- **suhel45**

## Mentor
- **akib1997**

## Project Description
Our Project is University Centric Metrimony Application.
This project will help to find out bride or groom by matchmaking among the campuse.

### Key Features:
- User authentication and profile management
- Advanced matchmaking algorithms
- Secure contact system
- Campus-specific filters for matchmaking
- Modern and user-friendly UI

### Tech Stack:
- **Frontend**: React.js
- **Backend**: Express.js
- **Database**: MongoDB

## Resources
- [Project Documentation](docs/)
- [Development Setup](docs/setup.md)
- [Contributing Guidelines](CONTRIBUTING.md)

## Getting Started
To run the project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Learnathon-By-Geeky-Solutions/cou-visionary-coders.git
cd cou-visionary-coders/client

2. Install dependencies
```bash
npm install
3. Start Backend Server
```bash
cd cou-visionary-coders/server
npm run dev
4. Start Frontend Server
```bash
cd cou-visionary-coders/client
npm run dev