Summary
Project does not have SSL Sertificate, you may see "Connection is not Secure" warning when you open website. Login required to use this web application. I contributed some to this project, i was working with Lead developer, developing pages, creating database tables on demand.
Features
- Has only dashboard pages for Veritas Academy Consultants
- Tracking students applications about foreign schools
- Tracking Students To do list
- Tracking Students application progress
- Creating, editing, listing database datas about Veritas Academy Consultant business needs
Development Process
On the Front-End part, all pages are created .cshtml, classic html, css, js usage. I contributed some of pages. Added page content with developing small scale rest api calls with ajax.
On the Back-End part, project has stock asp.net mvc 5 model, view, controller template, most of controllers and pages are generated automatically with help of entity framework. My contributions were on some of controller actions which are behaving like api endpoints, giving json responses in order to use with js ajax calls. I used a little bit Ado.net in some actions.