Skip to content

timothydang/car-listing-app-in-mean-stack

Repository files navigation

Car Listing in MEAN

A very simple web application using MEAN stack, which consists of:

  • A web client is using AngularJS 1.4 written in ES6
  • An API server with Express and Mongoose

Open http://localhost:9000 to see a list of car listings and http://localhost:9000/enquiries to see a list of submitted enquiries.

Note

This project was generated with the Angular Full-Stack Generator version 3.2.0.

Prerequisites

Developing

  1. Run npm install to install node / express dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  4. Run grunt serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run grunt build for building and grunt serve for preview.

Testing

Running npm test will run the unit tests with karma.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published