Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 443 Bytes

Goal is to create a Platform to help users trade Bicycles.

Created the Front End using AngularJS Framework - Using Angular Core, Http, Routing, Service Singleton, Pipe filtering

NodeJS Backend with Express, Rest Apis, MVC structure - MongoDB Database with Mongoose Middleware

Requirements: Angular NodeJS MongoDB

To excute:

  • 'ng build' to build Angular
  • 'mongod' to start MongoDB
  • 'node Bicyclemarketplace' to start the server