Skip to content

ikismail/ReminderApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReminderFrontEnd

Reminder Application is used for adding the events if the user complete the event then he can mark it as completed.

It is very usefull the people dont need to remember anything. they can save the event in the application.

First of all the user have to register into the applicaion. so that he can add events.

He can manage the event like:

  • Add event
  • Remove event
  • Update event
  • View Events.

He can mark the event as completed or not-completed.

The projects is done using RESTfull Service it has separated into two sections frontend and backend.

Back End

  • The Backend project is a Maven Project completely Java Spring RESTfull service
  • We can Database configuration in dbConfig.java file
  • Link for Back End : Click Here

Front End

  • The frontend project is completely done using AngularJs
  • Here AngularService gets the request from $http and passes it to the controller the controller will sends the data to HTML page.

Technology Used

  • Database : H2Database.
  • Technology : Bootstrap, Angular JS, Spring MVC Hibernate and RESTfull services.
  • Application : Apache Tomcat Server.

Screenshots of the Project:

Home Page: Alt text

Login Page: Alt text

Register Page: Alt text

Events List 1: Alt text

Add Event: Alt text

View Event: Alt text

Contact Us: Alt text