Movie info web app built using .Net Core (following BDD using Specflow and tests written in Gherkin), VueJs and MS SQL Server database, supporting user and admin level UI flow - enabling users to browse through movies, actors, producers etc and admins to edit and delete movie information on the dashboard.
ASP .Net Core, VueJs, MS SQL Server
- Run these following commands:
cd frontend
npm install
npm run serve
-
Run the API on local: Open Backend/IMDB.sln and run on IIS.
-
Open SSMS/SQL Server and Run the IMDBStructure.sql file.