A simple blog website built with React Js. You will be able to write and update new blog post on the website.
D. Mbedobe KUNJI
This project was designed to demonstrate:
-
How to create a simple blog website using entirely Javascript and JSON.
-
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.
To get up and running, run the following commands in your terminal
npm start
or
yarn start
How to install all development dependencies.
cd api
npm install
npm start
cd client
npm install
npm start
fa3166fdda45114cd15dc32718598c5d9c21770e
- 0.1.0
- The first proper release
- 0.0.1
- Initial work
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request