After a fresh clone from Github make sure to run the start scripts.
For windows run
start.cmd
For Mac/Linux run
chmod +x start.sh ./start.sh
UniPS will allow university employees and students to inquire about businesses/services and review them. It will consist of four roles: Administrators, Business Entities, Registered Users, and Guests. Department and businesses can voluntarily register in the UniPS web service so they can provide better access to information and services.
-SpringSource Tool Suite -MySql Workbench
The database will be using is a local database and the credentials are:
spring.datasource.username=root spring.datasource.password=root
**Note: You will need to have MySql Configured in your computer and make sure the MySql Server is running.
Place all queries necessary to restore / replicate database state in the /sql folder.
Email credentials
spring.mail.username=unipsi2017@gmail.com spring.mail.password=success2017
- Import the project into Eclipse (Make sure you have the dependencies installed)
- Turn on Mysql local server
- Run the class UniPsApplication under the main packages and visit
localhost:8080
- Turn on the Back-end
- Visit
http://localhost:8080/swagger-ui.html
This project was generated with Angular CLI version 1.0.0-rc.1.
The CSS framework in use for this application is Bootstrap 4. Be sure to look at examples on website, as bootstrap 3 code may not render properly.
https://v4-alpha.getbootstrap.com/
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.
We are using version 4.X of Bootstrap. If you are receiving bootstrap dependency errors after calling ng serve or ng build. Please follow the instructions in the following link to install Bootstrap 4 as a global reference. https://github.com/angular/angular-cli/wiki/stories-include-bootstrap
For Bootstrap 4 documenation, please visit: https://v4-alpha.getbootstrap.com/
Set up a json server if you need a fake REST service. More information can be found at https://jsonplaceholder.typicode.com/
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng build --output-path ../static
to build the project. The build artifacts will be stored in the static/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.