Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.02 KB

MI-SHARE

Digital media library

-- Borrow Items, Manage items in collection, Manage requests.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. .

Prerequisites

What things you need to install the software and how to install them

Install Microsoft SQL server


To create application database,
1. Create an empty database in microsoft sql server. 
2. Modify connection string in webconfig to connect to database created in step 1.
3. Using nuget, run code first migration on Mi_Share.Data Class library.
   - enable-migrations
   - add-migration 'Initial database'
   - update-database

Built With

Acknowledgments