Click here to Skip to main content
15,867,686 members
Articles / Hosted Services / Azure

My Library

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
28 Apr 2013CPOL3 min read 5.7K   2  
An Azure lending library for me and my friends.

This article is an entry in our Windows Azure Developer Challenge. Articles in this sub-section are not required to be full articles so care should be taken when voting. Create your free Azure Trial Account to Enter the Challenge.

Introduction 

I am creating this article for my Windows Azure Developer Contest entry. I have been wanting to create a personal library to keep track of all of my movies and video games.  I hope that I can create a general outline and eventually expand this library to my books.  I would also like to make a slight spin off that will allow me to enter in recipes that I normally use. 

Once I have created a base for my library, I would like to add a user log-in aspect where my friends can see what I have in my library.  I will also extend the library functionality to them, allowing them to set up and create their own personal library of items. 

After I have multiple users and libraries set up, I would like to implement a sharing system that allows users to request movies/games, and "check out" items to other users.  This functionality will allow my friends and I to see what each others has and borrow games and movies while keeping track of who has what and who has borrowed what.

Background  

One of the main reasons I decided to pursue this project is that I realized that friends and family members have been borrowing movies and games and I forgot who has what and occasionally don't get them back. 

I have a few ideas of how to accomplish the database side:

Movies                  Video Games        User
Title                       Title                      User Name
Format                  Format                  First Name
Description            Description            Last Name
Owner                   Owner                   Email
Checked out to      Checked out to     Gamer tags (User Names)
Genre                    Genre       
Rating                    Rating       
Actors                    Number of Players       
Director                 Online       
Run Time               Co-Op       
Studio                   Publisher       

Using Azure

This will be my first project using Azure, so I am excited that be working on this.  I see great benefits in being able to expand my library as needed as I add movies and games (and books, etc.) as well as being able to do really quick searches on the fly both on a desktop and a mobile device.

Next Steps

  1. Getting Started - Completed!
  2. Build a Website - I will be creating a website that will give a basic page with a log in screen and create users.  There will also be links to my library as a general overview in which everything is shown on a high level. You will them be able to drill down into the movies and games. If time permits, I will try and add search functionality.
  3. Using SQL on Azure - I will create multiple databases (Movies, Games, Users) that will work with each other to complete all of the data. If possible, I will try to use APIs to pull in extra data about the contents.
  4. Virtual Machines - Using the VM will improve scalability, speed up searches, and enhance the user's experience.
  5. Mobile Access - A mobile application will allow a user to quickly look up his library and see what he has, and then check what is checked out.  The user will also be able to view his friends and their libraries as well as request to borrow a game.

Points of Interest

Coming Soon!

History

Coming Soon!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --