Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 758 Bytes

Social-blogging-client

A React/Redux Application that consumes the Social blogging api.

Getting started

To get the frontend running locally:

  • Clone this repo
  • npm install to install all req'd dependencies
  • npm start to start the local server

Local web server will use port 4100 as api requests are expected to be made on port 3000 when the Social blogging api is running.

General Functionality

  • Authenticate users via JWT
  • CRU* users
  • CRUD Articles
  • CR*D Comments on articles
  • GET and display paginated lists of articles
  • Favorite articles
  • Follow other users

home page