Skip to content

GoodnessObi/dojo-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dojo blog

Introduction

Dojo blog is a blog site that allows you to perform basic functions add new blogposts, view the details of a blogpost and delete a blogpost.

It was built following the Net Ninja React Tutorial

Installation

Ensure you have node installed on your local device

  • Fork the repository to create a version on your account
  • Clone the repository
//locally
git clone https://github.com/<Your Github Username>/dojo-blog.git
  • Install the node packages
npm install
  • Inspect the package.json to see the available scripts
    • Start script
    npm start
    
    • Runs on http://localhost:3080/

    • Start the json server

    npx json-server --watch data/db.json --port 8000
    
    • Runs on http://localhost:8000/

Usage

Add blog posts, view and delete

License

MIT