Skip to content

dchandak99/Compliance-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compliance Portal: Development Internship

This repository has the work I did in the Winters of 2020-21 as an intern at Motilal Oswal.

Project Statement can be found here.

Highlights

  • Designed an HR Compliance portal with different functions for different user types, using C#, ASP.NET and MS-SQL
  • Features: add/edit user and document category details, upload documents in each category and view them in a repository

Prerequisites

  • ASP.NET
  • Visual Studio (Visual Studio Code with Extensions is not recommended)
  • C#
  • AjaxControlToolkit
  • Some other extensions

Instructions to run

  • Open with Visual Studio
  • Restore database from Compliance.bak. You may need to re-establish connection strings of Sql Data Sources and Entity Data Sources
  • Build Solution and Start Debugging