Skip to content

Nat2llaw/nc-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NC-News

Live Site

Backend

Netlify status

Netlify Status

Description

NC News is a full stack project made with Nodejs, Expressjs, Reactjs, and PostgreSQL.

It is a mobile-friendly responsive news app that allows users to see articles and sort them with filters. The individual articles can also be liked and commented on by users who have logged in.

Local Development Setup

The instruction below will give you all the steps needed to view this project and add contributions if you wish.

Requirements and Pre-requisites

-Install Node.js the runtime environment for this project. -Install npm to manage all of the required dependencies.

Follow this link to download Node.js and npm.

Version used on this project: Node v16.0.0

Clone Repository

Clone this repository to your local machine by running the following command in your terminal:

git clone https://github.com/Nat2llaw/nc-news.git

Install Dependencies

Once cloned, navigate to the folder to the repository and run:

npm install

Doing so will install all necessary dependencies used in the project.

Run Locally

To run the website locally, run the following command in the terminal:

npm start

This should open the project in your browser.

Whilst this command is running, the website can be locally accessible via localhost:

Click here to access the local website.

About

frontend and backend of NC project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published