aadityarajkumawat / DevHelp

A Blogging platform very similar to medium, inclined towards developers and IT Professionals

Home Page:https://evening-lake-39312.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevHelp

DevHelp is a open-source project, similar to medium, more precisely a clone of medium.

Getting Started

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

Prerequisites

All you need have installed is NodeJS on your local system

Running the tests

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.

Built With

  • [ReactJS] The FrontEnd framework used
  • [NPM] - Dependency Management
  • [NodeJS] - Backend Server
  • [MongoDB] - Database
  • [Cloudinary] - Hoisting Image files

Authors

  • Aaditya Raj Kumawat - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • 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.

About

A Blogging platform very similar to medium, inclined towards developers and IT Professionals

https://evening-lake-39312.herokuapp.com/


Languages

Language:JavaScript 98.2%Language:HTML 0.8%Language:SCSS 0.7%Language:CSS 0.2%