-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from baileyjs78/patch-1
Create ReadMe.md
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |