Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.83 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.83 KB

SpotSecure

The SpotSecure parking app prototype is designed to address the multifaceted challenges of urban parking, with a primary focus on enhancing the experience for Montreal residents. By seamlessly integrating advanced features like user-centred design, real-time parking availability, parking space reservation, and a parking price comparison feature, the prototype aims to streamline the parking experience, offering a user-friendly solution that reduces stress and contributes to a more efficient urban lifestyle.

Angular Version

This project was generated with Angular CLI version 16.2.12.

Development server

Run ng serve or npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests (Note) The spec unit tests are automatically generated so We didn't write any unit tests. Running this command will mostly result in failure.

Run ng test to execute the unit tests via Karma.

More Help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

To Setup on your local machine:

  1. Clone the repository into your local machine by running the following commands:
    • git clone https://github.com/CarlaShawi/SpotSecure-Soen357.git
    • cd SpotSecure-Soen357
  2. Install the dependencies by running: npm install
  3. Follow the Development server section to run.