BlogPlanet_Demo.mp4
-
View blogs
-
Authors can edit their blog
-
Filter blogs by genre
-
Dashboard with insights for top writers and genres
-
Manage users from the dashboard
Clone the repository on your local machine and make sure you have node and npm installed. If not you can follow the instructions here
-
Open a terminal window and switch to the cloned repository cd > blogplanet
-
Execute npm install
-
The dependencies required for the backend will get installed by this command
-
Now you are ready to start the server
-
Execute npm start
-
The server should be up and running at localhost:5000
-
Open a new terminal window and switch to the client folder cd > blogplanet > client
-
Execute npm install to install the dependecies as we did earlier
-
Just one more step and you will be ready to start and play with the frontend
-
Execute npm start
-
Your browser window will launch automatically and the site should be hosted at localhost:3000 or any other port if it is busy.