Skip to content

mehulnagar12/CarPoolingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CarPoolingSystem

RIDE | SHARE | EARN

  1. Install Node Modules in the frontend folder -- "npm init".
  2. For backend Main file: "DemoApplication.java"
  3. For creating the Model class and the Getter & Setter method Lombok extension is used.
  4. For sending E-Mail I have used my outlook account. You have to enter your credentials in "application.properties" file.
  5. My Schema name is "project". MAKE CHANGES IN APPLICATION.PROPERTIES ACCORDING TO YOUR SETTINGS.
  6. Three types of entries: User, Rider, Admin. There is only single admin with, username: mehul and password: password
  7. SignUp for user and rider is present.
  8. seperate admin portal with the credentials given in pt 6.
  9. For updating user/rider details everytime enter the password in password field. (Current or it may be updated password).

Note

For security of the application Basic authentication token (JPA authentication) is used, so everytime you login use seperate tab.

Frontend- Angular CLI 9

This project was generated with Angular CLI version 9.1.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app 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. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Backend- Spring Boot

  1. Edit application.properties according to you naming.

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

RIDE | SHARE | EARN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published