Skip to content

MBEDOBE/react_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN BLOG WEBSITE

Project Version Frontend Backend Backend

A simple blog website built with React Js. You will be able to write and update new blog post on the website.


Author

D. Mbedobe KUNJI

Showcase

This project was designed to demonstrate:

  • How to create a simple blog website using entirely Javascript and JSON. idea_image

  • React.js Front End: React.js: was used to build simple Components, and render them as HTML.

  • Express.js and Node.js Server: how to use Get and POST methods to access and update data in th MongoDB database via callbacks and promises from the front end.

Usage example


Installation

To get up and running, run the following commands in your terminal

npm start 
or
yarn start

Development setup

How to install all development dependencies.

To start backend server, do the following

cd api
npm install
npm start

Do the following to view the app in your browser

cd client
npm install
npm start

<<<<<<< HEAD


fa3166fdda45114cd15dc32718598c5d9c21770e

Built With

Release History

  • 0.1.0
    • The first proper release
  • 0.0.1
    • Initial work

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request