This project is meant to provide an example application of a .Net Core, Vue web application Technologies Used:
- .NET Core 2.0
- Vue 2.5.X
- NoDB (for data storage)
- SASS (for CSS development)
- webpack (for compiling and loading packages)
- Download and Install Visual Studio Community Edition
- Download from https://visualstudio.microsoft.com/
- Start Installation, using option for "ASP.NET and web development" package
- Setup Respository
- Start Visual Studio Community Edition
- Signin with your microsoft ID (it's free)
- Connect to respository
- From file menu, select "Team" then "Manage Connections"
- Under "Local Git Repositories" select "Clone"
- Use the URL from the "Clone or Download" button on this GIT page
- Select "Clone"
- Run Solution
- Open "MoviesApp.Sln" on the Solution Explorer
- Hit F5 or the "IIS Express" button on the toolbar The app should build and open in a browser
- Use Application Once the application starts, add several movies, use the edit and delete 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
- Add movie Posters
- Update the UI to include sorting or searching
- Use OMDb API to add movies