Skip to content

himanshupahwahp/location-app-angular

Repository files navigation

LocationApp Angular

This project consist of a form which is used to store data of delivery carrier such as UPS, Fedex etc in database and send them the email as well.

Link

http://18.191.249.225:8080/location/

Form Fields

  carrierName: string;
  carrierPhoneNumber: number;
  location: string;
  date: Date;
  numberOfTrucksAvailable: number;
  email: string;

When data is entered in the above field and submit button is clicked an api api/locations is hit (Another project which is in my git hub profile with the name mail-server built in expressJs). After that data is stored in db and an email is sent to the email id entered in email field.

About

"http://18.191.249.225:8080/location/" This project consists of a form that is used to store data of delivery carriers such as UPS, FedEx etc in the database and send them the email as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published