Skip to content

A mern app for reading, writing, updating, deleting blogs.

Notifications You must be signed in to change notification settings

Shruthi-Sivagnanam/writings-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writings

About

It is a mern app where you can read, write, update and delete blog.For writing blogs, you have to register(email,username,passsword) and get logged in.This website is deployed in heroku and active now.

Preview the website: https://blogs-writings.herokuapp.com/

Screenshot (133)

Language

  • HTML
  • CSS
  • Javascript

Frameworks and tools

  • React.js (client-side)
  • Node.js (server-side)
  • Redux

Database

  • Mongodb

How to run the app

  • Clone the app

    git clone https://github.com/Shruthi-Sivagnanam/writings-blog.git
    
  • Download the dependencies

    • For server side
      npm install 
      
    • For client side
      cd client
      npm install
      
  • Run the app

    npm run dev
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.