\documentclass[12pt, a4paper, oneside]{vitphdthesis}
\addbibresource{reference}
\begin{document}
\input{frontmatters/thesisInfo} %%--Fill the info in this file
\input{frontmatters/acknowledgements} %%---Write your acknowledgements
%%%-----Printing the first few pages: title, certificate, acknowledgment, etc.
\input{frontmatters/frontmatter-main}
%%--- Chapters
\mainmatter
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter3}
\include{chapters/chapter4}
\include{chapters/chapter5}
\include{chapters/chapter6}
\include{backmatters/publications}
\appendix
\include{appendices/appedix1}
\printbibliography[title=REFERENCES,heading=bibintoc]
%\include{backmatters/lastpage} %% if you need, uncomment it.
\end{document}