This is a Social Media platform, designed to allow users to post, comment and vote on a variety of content about multiple topics.
- Deployed at: https://am-nc-news.netlify.app/
- Will be given a default User
- Bear with for a few moments upon opening, to give the API time to warm up!
- The Back-End for this project can be found at: https://github.com/j3llybean42/be-nc-news
# Clone
git clone https://github.com/j3llybean42/NC-News.git
# Install dependencies
npm install
# Run the project locally
npm run dev
# Open http://localhost:5173/ in your browser
## (port may be different on your machine)
open http://localhost:5173/
Project created with:
- Node version: v21.5.0