Startupeer
A utility where startup ideas meet market reviews about it. Open source and reliable.
Parts
It consists of 6 pages with dynamic content based on the authentication.
Home Page
Login and Register pages
Startup detail page
New startup page
Startup review page
Profile page
Run Locally
Clone the project
git clone https://github.com/zaidajani/startupeer.git
Go to the project directory
cd startupeer
Install dependencies
cd server
npm i
Start the server
npm run dev
Open a new terminal and install react dependencies.
npm i
Run react app
npm run start
Tech Stack
Client: React
Server: Node, Express
Databse: MongoDb
More about server
- Node
- Express
- Mongoose
- JWT
- Bcrypt
Pretty simple yet effective server.