Startup Synargy is a platform that aims to bridge the gap between students, software houses, and investors in the startup ecosystem. It provides a centralized space for students to showcase their projects, apply for jobs, and seek funding opportunities. Likewise, software houses can post job openings, scout talented students based on their projects, and hire them. Investors can also engage with students directly for potential startup collaborations or provide funding to promising projects.
- Student Profiles: Students can create profiles showcasing their projects, skills, and experiences.
- Project Showcase: Students can upload details of their projects, including descriptions, images, and GitHub links.
- Job Listings: Software houses can post job openings, specifying required skills and project preferences.
- Project-Based Hiring: Software houses can browse student projects and directly connect with talented individuals for job opportunities.
- Investor Interaction: Investors can view student projects and profiles, potentially offering funding or collaboration opportunities.
- Notifications: Users receive notifications for new job postings, project inquiries, and messages.
Client: React, Redux, TailwindCSS
Server: Node, Express
Database: MongoDB
Authentication: JSON Web Tokens (JWT)
Image Upload: Cloudinary API
Deployment: Railway (Backend), Netlify (Frontend)
Clone the project
git clone https://github.com/Ahtaxam/startUpGo to the project directory
cd startUpSet up environment variables:
Create a .env file and add backend server linkInstall dependencies
npm installStart the server
npm run devStudents: Sign up or log in to create your profile, showcase projects, and apply for jobs.
Software Houses: Sign up or log in to post job listings, browse student projects, and hire talented individuals.
Investors: Sign up or log in to explore student projects, connect with potential startups, or provide funding.
Contributions are welcome! If you'd like to contribute to Startup Synargy, please fork the repository, make your changes, and submit a pull request.