Skip to content

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

Notifications You must be signed in to change notification settings

shashankshet/DigitalHive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published