Skip to content

Dotnet Core API for various name related requests.

Notifications You must be signed in to change notification settings

mrApptastic/NameAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NameAPI

Dotnet Core API for various name related requests.

Demo App written in Vue3: https://stackblitz.com/edit/vue-vgrffj

How to install:

  1. Ensure that you have the right .NET environment installed on your machine. The application requires at least .NET Core 3.1 with Entity Framework and MySQL
  2. Create a local MySQL db with the name 'namedb'. User must be set to 'root' and have no password set (Otherwise, you will need to change the connection string manually...).
  3. According to your environment setup run the relevant update database command. E.g. in .NET Core CLI run 'dotnet ef database update'.
  4. According to your environment setup run the relevant build command. E.g. in .NET Core CLI run 'dotnet build'.
  5. According to your environment setup run the relevant run command. E.g. in .NET Core CLI run 'dotnet run'.
  6. Just wait until the API starts up and you will have a complete API with seed data.