-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
51 lines (37 loc) · 1.9 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass{class/report}
\title{ACPCE Transactional System Using OAuth 2.0}
\reportstage{1}
\degree{Bachelor of Engineering}
\degreespecialization{Computer Engineering}
\department{Department of Computer Engineering}
\academicyear{2014}{2015}
\hod{Prof. R. C. Suryawanshi}
\principal{Dr. V. N. Pawar}
\guide{Dr. M. M. Despande}
\coguide{Prof. S. P. Bansu}
\author{Jaiesh Bhagat (151041042)}
%\coauthor{Pratul Sutar (151041042)}
\declarationdate{Wednesday}{22\textsuperscript{nd} March, 2020}
\declarationplace{Navi Mumbai, Maharashtra}
\begin{document}
\maketitle
\begin{dedication}
To my college...
\end{dedication}
\makecertificate
\makedeclaration
\begin{abstract}
This report specifies the various processes and techniques used in gathering requirements, designing, implementing and testing for the project on ‘ACPCE Transactional System Using OAuth 2.0’. Existing problems with current system in the institute was analysed and noted. This project aims to solve some of the problems by creating a core software, development platforms for future works and to set up necessary infrastructure for maintaining transactional data for the institute, thus, adding more value to the current system. The requirements were gathered from various institute departments and stakeholders, based on which, requirement was modelled. A web application, using Java, MySQL and frameworks like Spring, Hibernate, Apache, etc, was designed to fulfil the modelled requirements. Features of the system includes, but are not limited to, Admissions, Student and Staff Dashboard, Examinations, Results, WebAdmin, ACPCE SSO and Attendance.
\end{abstract}
\tableofcontents
\listoffigures
\listoftables
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter3}
\include{chapters/chapter4}
\include{chapters/chapter5}
\include{chapters/chapter6}
\bibliography{plain}{chapters/bibliography}
\makeacknowledgement
\end{document}