This project was generated with Angular CLI version 8.3.21. Click here for Documentation with Compodoc on the frontend. Click here for Documentation with JavaDoc on the backend.
Run ng serve
for a dev server. Navigate to http://http://54.174.82.153:4200/
. The app will automatically reload if you change any of the source files.
Clone the User Service Backend. Set the env variables ${pass_word}
and ${user_name}
and ${db_url}
. Database must be Postgres. Run the java program as a Spring Boot Application. It will be served on port 8080. Once served, documentation for the api can be found here User Service API.
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.
Run ng test
to execute the unit tests via Karma.
Run npm run compodoc
. The build artifacts will be stored in the documentation/
directory. Use the -s --port [port]
to serve the documentation locally.
Run the command maven javadoc:javadoc
. The build artifacts will be stored in the target/
directory.
The Rideshare application was designed/developed to connect Revature employees to drivers closest to them for carpooling purposes. As a user of the application, you can change your profile information (address,city,state,driver status(on/off),etc...), search for drivers based on a specified address, view top 5 drivers nearest you, and basic functionalities such as login/register.