Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.56 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.56 KB

DevHub

Devhub is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews. If you are new to programming, we recommend you start your journey here.

What DevHub offers you:

  • Free Resources
  • Daily Code
  • Get Hired

Free Resources

Get the best resources and learn at your own pace. It's perfect for learners who want to learn how to code online by getting practical, hands-on experience.

Daily Code

Level up your coding skills and prepare for your coding interviews. Work through a single problem each day. Learn all the most popular interview topics one concept at a time.

Get Hired

Devhub is the gateway to your career as a software developer. We offer developers an innovative portal that provides job seekers with the best opportunity to get hired.

Live

https://devhub-dev.herokuapp.com/

Set up

Clone the repository
git clone https://github.com/SaranshDawra/DevHub.git
Move to the desired folder
cd DevHub
Set Environment Variables
  • Create a .env file and add the following
MONGODB_URI=Your MongoDB URL
Install Dependencies
npm install
cd client
npm install
Run
# Run frontend (:3000) & backend (:5000)
npm run dev

# Run frontend
npm run client

# Run backend
npm run server

forthebadge