-
Notifications
You must be signed in to change notification settings - Fork 19
Home
idrice24 edited this page Sep 2, 2020
·
11 revisions
-
Staff Module
-
Admission Module
*Report Module Each have the posibility to view his/her personal report and can download it in defferent format (pdf, txt, doc, exc etc ).
Create a MySQL database with the name newsms as your DB name and add the credentials to /resources/application.properties.
The default ones are :
spring.datasource.url=jdbc:mysql://localhost:3306/newsms
spring.datasource.username=root
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=update
After You run your Mysql Server..
after login create the different tables and views for the project.
`user`, `´role` and `user_role` this is just necessary to create a user and login in to the apps.
the user have just to click on https://idrice24sms.herokuapp.com/ to run the apps online
after that the user will login if he/she has the email and password, if not they have to create one buy click on registration link