Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 579 Bytes

Pocket Gazette

My first experimental MEN Stack app that pings NewsAPI to fetch the latest news

Pocket Gazette

Features </>

  1. Passport.js for Auth.
  2. Bulma for CSS
  3. Axios for API req. and res.
  4. Mongoose for handling MongoDB transactions.

Local Setup

  1. git clone https://github.com/capturemathan/PocketGazette.git
  2. cd PocketGazette
  3. npm install
  4. Start MongoDB in a new terminal.
  5. Open App.js, uncomment Development URL and comment Production URL.
  6. npm start