My first experimental MEN Stack app that pings NewsAPI to fetch the latest news
Passport.jsfor Auth.Bulmafor CSSAxiosfor API req. and res.Mongoosefor handling MongoDB transactions.
- git clone https://github.com/capturemathan/PocketGazette.git
- cd PocketGazette
- npm install
- Start MongoDB in a new terminal.
- Open App.js, uncomment Development URL and comment Production URL.
- npm start
