Allows users to filter articles by topic, sort articles, post comments, delete comments and vote on articles. Displays relevant error messages where appropriate e.g. unknown paths and empty comment inputs.
Access backend repo for this project here
- Clone this repo to your local machine by running one of the commands below in terminal within the folder you wish to work in
git clone https://github.com/noepse/news-app.git
git clone [email protected]:noepse/news-app.git
- Navigate into the created folder
cd news-app
- Install dependencies
npm install
- Run app in browser on local server
npm run dev
node.js - version ^20.9.0