Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.84 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.84 KB

DigitalHive

DigitalHive is a FullStack mern web application used using MongoDB, Express, NodeJs, React

Steps to run locally

Back-end

  1. Create your mongodb instance from https://account.mongodb.com/account/login and set the connection string as envi variable MONGO_CONNECTION_STR
  2. In a new terminal, cd to backend-api directory
    npm install
    
  3. once dependencies are installed, you can run the backend server using node or nodemon, run the command node index.js
  4. This will setup the backend part of the project

Front-end

  1. In a new terminal, cd to blog-client directory
    npm install
    
  2. once dependencies are installed, you can run the front-end react using the command npm start
  3. This will run the front-end part

Screenshots

  1. Home Page Screenshot 2023-07-03 223858

  2. Post page Screenshot 2023-07-03 223935

  3. Register Page Screenshot 2023-07-03 224045

  4. Login Page Screenshot 2023-07-03 224022

  5. Post page view for creator/ Author or the post Screenshot 2023-07-03 224203

  6. Edit page Screenshot 2023-07-03 224225

  7. Delete Post Option only for creator/ author Screenshot 2023-07-03 224302