Backend for Article Search project using NYTimes Articles API. Currently in the process of adding authentication back in order to save articles to user's account.
These instructions will get you a copy of the project up and running on your local machine for development.
What things you need to install the software and how to install them
Using your terminal, cd
in to your favorite folder
Run git clone https://github.com/kcontreras01/ExpressArticles.git
Once the project is cloned, run cd ExpressArticles
Run npm install
Run npm start
to start project
Run alongside ExpressArticles
- React - The web framework used
- NYT Articles API