An open API service indexing awesome lists of open source software.

https://github.com/carpenteri1/berrascinema

School project, use mvc, database and asp.net
https://github.com/carpenteri1/berrascinema

Last synced: 2 months ago
JSON representation

School project, use mvc, database and asp.net

Awesome Lists containing this project

README

        

# About BerrasCinema
Website for a cinema called Berras cinema. The project inclueds dotnet core, EF core, MVC and Ado.net.
There should be a list of movies, you can order tickets for a movie, see what time, date the movie starts, seats left and so on.

# How to install
Click the .sql file called CreateDatabase to create your database.
Server name is (localdb)\MSSQLLocalDB.
Open the project in visual studio, go to package manager console,
If you cant find it. Navigate to (view -> other windows -> package manager console) in visual studio.
Type or use the command Update-Database, now run the project.

The class InMemoryMovieList.cs will generate the test data in Database.