DevHelp is a open-source project, similar to medium, more precisely a clone of medium.
To get the project setup on your local machine make sure to have node installed version 8 of above, and install dependencies by running
npm install
and this will install all the backend dependencies like express, mongoose, bcryptJS, config etc.., to setup the client side navigate to client folder and run the following command,
npm install
All you need have installed is NodeJS on your local system
Once the dependencies are installed you can run the project by navigation to root directory and run:
npm run dev
this will run both the Node Server and the client server simultaneously using a utility called concurrently.
- [ReactJS] The FrontEnd framework used
- [NPM] - Dependency Management
- [NodeJS] - Backend Server
- [MongoDB] - Database
- [Cloudinary] - Hoisting Image files
- Aaditya Raj Kumawat - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details
- Saw some instagram clone projects to get to know about cloudinary service and how to use it
- I made this project just to get better at skills.