NC News Overview This project is a news server built using postgress node.js, express, react. The project was hosted in SupaBase, Render and Netlify for the front end. It provides a means for users to explore various news articles and comment • View all articles • Post and delete comments for a given user • Upvote and downvote articles Live Demo Check out the live version of the app https://news-server-jameswallace.netlify.app/ Backend Repository The backend code for this project can be found at https://github.com/OpusLearning/NCNews
Node Version To run this project locally, you need Node.js You can check your current Node version using:
node --version Installation Follow these steps to run the project locally: 1. Clone the repository
git clone <repo-url>
2. Navigate to the project directory
cd <project-directory>
3. Install dependencies
npm install
4. Run the application
npm start
5. Access the application Open your browser and navigate to http://localhost<port number>
Credits This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.