React-based rendition of the New York Times Article Search application. This assignment requires you to create React components, work with helper functions, and utilize the React mounting lifecycle to query and display articles based on user searches. You'll also use Node, Express and MongoDB so that users can save articles to read later.
https://novialim.herokuapp.com/
- The New York Times API https://developer.nytimes.com/
- MongoDB & Mongoose
- Express.js
- React.js
- Node.js
- React Router v4
- Axios
- heroku create
- heroku addons:create mongolab
- git add .
- git commit -m "heroku deploy"
- git push heroku master
- NPM_CONFIG_LOGLEVEL = error
- NPM_CONFIG_PRODUCTION = true
- NODE_VERBOSE = false
- NODE_ENV = production
- NODE_MODULES_CACHE = true
- MONGODB_URI = created in heroku after running heroku addons:create mongolab