View the hosted website here - https://nc-news-dknn.onrender.com/api
This project is an API for the purpose of accessing application data programmatically, the idea is to mimic the building of a real world back end service, such as Reddit.
git.ignored files to be recreated -
.env.development - stores information about the database 'nc_news';
.env.test - stores information about the database 'nc_news_test';
The project is available to clone from --- https://github.com/keireasterbrook/nc-news
npm install all dependencies
scripts for seeding is - npm run seed
scripts for testing is - npm run test
Minimum version of Node needed to run the project - v21
Minimum version of Postgres needed - v16