My first experimental MEN Stack app that pings NewsAPI to fetch the latest news
Passport.js
for Auth.Bulma
for CSSAxios
for API req. and res.Mongoose
for 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