use FilmsApi
db.createCollection('Films')
db.Films.insertMany([
{Title: 'The Falcon and the Winter Soldier', Year: '2021', Imdb: 8.0},
{Title: 'WandaVision', Year: '2021', Imdb: 8.1},
{Title: 'Attack on Titan', Year: '2013', Imdb: 8.9},
{Title: 'Line of Duty', Year: '2012', Imdb: 8.7},
{Title: 'The Walking Dead', Year: '2010', Imdb: 8.2},
])
db.createCollection('Cast')
db.Cast.insertMany([
{Name: 'Gil', Surname: 'Bellows'},
{Name: 'Clancy', Surname: 'Brown'},
{Name: 'William', Surname: 'Sadler'},
{Name: 'Morgan' , Surname: 'Freeman'}
])
-
Notifications
You must be signed in to change notification settings - Fork 0
cancanbolat/films-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ASP Net Core Mongo DB web api. Using generic repository
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published