Digital Resource Manager

ASP.NET MVC4 Webapi with Backbone Resource Management Application

View the Project on GitHub BrainStation-23/Digital_Resource_manager

Purpose

Technology

Features

Installing

Altering connectionStrings section

Based on convention, EF will look for a connection string named as the DBContext (in this case "FileManagerDbContext") in webconfig and appconfig, and will use it, so feel free to set the data provider you want:

 <!-- 
     By default (convention over configuration, the connection string with the same name as your DBContext will be used) 
     You can select then wherever you will use SQL CE, SQL Server Express Edition, etc, here. 
 -->
 <add name="FileManagerDbContext" connectionString="Data Source=|DataDirectory|ResourceManager.sdf" providerName="System.Data.SqlServerCe.4.0" />
 <!--
 <add name="FileManagerDbContext" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=ResourceManager; Integrated Security=True; MultipleActiveResultSets=True" providerName="System.Data.SqlClient" />
 -->

Quickshot

Create Resource

Create Resource

Search

Search

List (Cloud Tag)

List

Favourite

Favourite

Basket

Basket

Category

Category

User

User

EditRole

EditRole

User Guide

Login

loginDetails * The defult UserName: admin@yourdomain.com and Password: 123456

Resource

createResourceDetails

Search

Search By Text

searchbytextDetails

emptysearchresultDetails

Resource Deatils

Search

List with Cloud Tag

List

Favourite

Dowload Basket

Category

editcategorydetails

Role

User

Download History

Maintenance

Application smtp setting

Clean download busket

Backup

Database Backup

Resource Backup

Change Log:

1.02

* Changed Home Url mapping.
* Handle few unhandle exception.
* Fix Login page css issue.
* Fix requirejs loading timout issue.

1.01

* Fix UI Issues.

1.00

* Initial release of Digital Resource Manager.