mattkentz / node-travel-diary

A playground for me to experiment whilst following NodeJS tutorials and courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-travel-diary

REST API written in Node 5 and Express 4, using a MongoDB database and a client-side app built using Angular 1.5.

##Features & Technologies Explored

  • Client-side routing using ui-router
  • Express Router for defining API endpoints
  • Username & Password token-based authentication
  • Google Oauth2 authentication using Passport
  • Image upload, storage and retrieval
  • Mongoose for handling MongoDB interactions
  • App deployment on Heroku

Scripts

Deploy

Deploy using npm start

About

A playground for me to experiment whilst following NodeJS tutorials and courses


Languages

Language:JavaScript 81.9%Language:HTML 18.1%