Skip to content

Commit

Permalink
Merge pull request #7 from baileyjs78/patch-1
Browse files Browse the repository at this point in the history
Create ReadMe.md
  • Loading branch information
baileyjs78 authored Aug 8, 2018
2 parents 7650fb1 + e3e218b commit 1ace751
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#Movie DB (Vue Web App)
This project is meant to provide an example application of a .Net Core, Vue web application
Technologies Used:
* .NET Core 2.0
* Vue ??
* NoDB (for data storage)
* SASS (for CSS development)
* webpack (for compiling and loading packages)
## Getting Starting
1. Download and Install Visual Studio Community Edition
1. Download from https://visualstudio.microsoft.com/
2. Start Installation, using option for "ASP.NET and web development" package
2. Setup Respository
1. Start Visual Studio Community Edition
2. Signin with your microsoft ID (it's free)
2. Connect to respository
1. From file menu, select "Team" then "Manage Connections"
2. Under "Local Git Repositories" select "Clone"
3. Use the URL from the "Clone or Download" button on this GIT page
4. Select "Clone"
3. Run Solution
1. Open "MoviesApp.Sln" on the Solution Explorer
2. Hit F5 or the "IIS Express" button on the toolbar
The app should build and open in a browser
4. Use Application
Once the application starts, add several movies, use the edit and delete features
## Expand the features
Use this as a starting point for new features
* Expand the data to include cast and characters
* Add more properties to the movies like ratings or trailer URL
* Update the UI to include sorting or searching

0 comments on commit 1ace751

Please sign in to comment.