Skip to content

oksanab91/webapi-trainee-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trainee Web API Application with ASP.NET Core and MongoDB

This is a web API application that performs Create, Read, Update, and Delete (CRUD) operations on a MongoDB NoSQL database.

The application was created folowing the Create a web API with ASP.NET Core and MongoDB tutorial.

App Details

  • MongoDB: TraineeDB
  • Collection: Trainees
  • An example of Trainee object where Id is autogenerated _id property of type ObjectId for each db document:
{
    "Id": "5f363388db4c73171960005a",
    "Name": "Balu",
    "Company": "Skype Inc",
    "Position": "Sales manager",
    "Image": "boy.jpg",
    "Phone": "(08)7073268"
}

Further help

MongoDB Manual

MongoDB Index Keys

Working with MongoDB Transactions with C# and the .NET Framework

Getting Started MongoDB in .NET Core with Examples

About

Trainee Web API app with ASP.NET Core and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages