JianyiGao / qu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Known Vulnerabilities

alt Qü LOGO*

Qü is a full stack MEAN stack application that allows users to act as renters for private parking spaces. The user has the ability to rent out a space and also rent one from another user for a set amount of time agreed upon by the renter and rentee.

Heroku deployment of Development Branch

_Link to the deployment branch: https://qu-park.herokuapp.com/

Update database and server links

_There is no server links directly implemented. If the web app need to be transfered to another don't forget to update API keys to the new domain. The database is at the moment located on MLAB in a sandbox

Running in Development mode

This is the next step for the application To run your application with production environment configuration:

$ npm start

Explore config/env/development.js for development environment configuration options.

Running in Production mode

This is the next step for the application To run your application with production environment configuration:

$ npm run start:prod

Explore config/env/production.js for production environment configuration options.

Testing Your Application

You can run the full test suite included with MEAN.JS with the test task:

$ npm test

This will run both the server-side tests (located in the app/tests/ directory) and the client-side tests (located in the public/modules/*/tests/).

To execute only the server tests, run the test:server task:

$ npm run test:server

To execute only the server tests and run again only changed tests, run the test:server:watch task:

$ npm run test:server:watch

And to run only the client tests, run the test:client task:

$ npm run test:client

Screenshots Example of the Webapp

alt img1*

alt img2*

alt img3*

alt img4*

alt img5*

alt img6*

About

License:Other


Languages

Language:JavaScript 78.4%Language:HTML 21.0%Language:CSS 0.5%Language:Shell 0.1%