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
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.
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.
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.
https://devhub-dev.herokuapp.com/
git clone https://github.com/SaranshDawra/DevHub.git
cd DevHub
- Create a
.env
file and add the following
MONGODB_URI=Your MongoDB URL
npm install
cd client
npm install
# Run frontend (:3000) & backend (:5000)
npm run dev
# Run frontend
npm run client
# Run backend
npm run server