Startups are redefining the Indian economy. With its favorable demography, open economic
environment and culture of entrepreneurialism, India is a great place to start a business. SmartUp aims to promote startups and provide a platform to bridge the gap between investors and startup owners.
Login View
- Register user as investor / startup owner
- Login as investor / startup owner
Investor View
- Edit profile details
- Make profile public / private
- View recommended startups (based on given preferences)
- Watch pitch video to learn more about the startups
- Make an offer to startup of choice
- Track offers made
Startup Owner View
- Edit startup details
- Make startup public / private
- Add investment ask details
- View offers by investors
- Accept / Reject offers received
- Clone the repository
git clone https://github.com/shreyavaidya2311/startup-incubator.git
- Installing dependencies
npm i
cd backend & npm i
- Run the frontend (http://localhost:3000/)
npm start
- Run the backend
cd backend
npm run server