Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.28 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.28 KB

Cinemy-v2

About the project:

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.

Tech stack used:

ASP .Net Core, VueJs, MS SQL Server

Snaps of v2.0:

How to run Cinemy v2.0

  1. Run these following commands:
cd frontend
npm install
npm run serve
  1. Run the API on local: Open Backend/IMDB.sln and run on IIS.

  2. Open SSMS/SQL Server and Run the IMDBStructure.sql file.

Checkout v1.0

Github link
Live Demo: cinemy.herokuapp.com

Snaps of v1.0: