This application lets users search for articles, save articles they want, and delete their saved articles. It uses the New York Times Article Search API.
Deployed: [https://newnewyorkreact.herokuapp.com/]
Table of Contents generated with DocToc
- Node.js
- Express
- Create-React-App
- MongoDB
- Mongoose
- axios
- Set up MongoDB
git clone
the repocd
into repo- run
npm install
- run
node server.js