This is a social news site, similar to reddit. NC News contains, articles are divided into topics, and each article allows users to upvote using the API. Users can also add or delete comments on an article.
https://goodnews101.netlify.app/
#Back End
https://my-news-2d2d.onrender.com
https://github.com/pippaamy/backend-news
You can run a local version of this app by doing the following:
-
Make sure you have Node.js (min. v17.0.29) installed.
-
Clone this repo locally using the command
git clone https://github.com/pippaamy/fe-news.git
-
Install all dependencies by running
npm i
. -
To then run this project locally, use the command
npm run dev
Now you're ready! Enjoy.