The North Coders News

NC News is a Reddit esq news aggregation application.

  • A user is automatically logged in as author Jess Jelly and can only like articles, post comments and delete comments related to that individuals account.

Hosted

Front-End:

Back-end:


Installation

Prerequisites:

  • npm version 6
  • node version 10

Steps:

  1. Clone this repository
git clone https://github.com/will-nickson/the-north-coders-news.git
  1. cd into repository
cd the-north-coders-news
  1. Install dependencies
npm install
  1. Run the "start" script to start the application running locally
npm start
  1. To stop running the server use ctrl + c

Built with

  • React.js
  • Axios.js

Author

will-nickson