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
- Host: GitHub
- URL: https://github.com/carpenteri1/berrascinema
- Owner: Carpenteri1
- Created: 2020-05-28T17:28:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T18:39:46.000Z (about 5 years ago)
- Last Synced: 2025-02-12T14:58:06.309Z (4 months ago)
- Language: C#
- Homepage:
- Size: 21.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.