Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/learnathon-by-geeky-solutions/cou-visionary-coders
- Owner: Learnathon-By-Geeky-Solutions
- Created: 2024-12-24T10:10:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T04:07:53.000Z (16 days ago)
- Last Synced: 2025-01-26T05:18:02.583Z (16 days ago)
- Size: 448 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/client2. 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