/GeekSeek

A platform for developers to connect and discuss things upvote the right answers . They can create their portofolio by adding their experience, education, skills and other important information .

Primary LanguageJavaScript

GeekSeek

A platform for developers to connect. They can create their portofolio by adding their experience, education, skills and other important information of their professional career.

Users can also create small posts and like/dislike and comment on other posts.

Quick Start 🚀

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev