Web application built with ASP.NET, C#, and MS SQL Server.
An application built to manage a library collection. Anonymous users can only access books, search, and save pages. Authorized users are able to add, edit, and delete a book from the collection.
- Clone https://github.com/egomatsushita/CC-Project-LibraryCollection
- Install Visual Studio
- Open web site
- Create a database on SQL Server Object Explorer
- Run LibraryCollectionGeneratedScript.sql file located in public folder on created database
- Start without debugging