Skip to content

Repository files navigation

AppEmploye API Service

API service for employee apps

Tech Stack

Running Program

dotnet run

Link UI

http://localhost:5211/

Link Swagger

http://localhost:5211/swagger/

Notes

  • use employee_db.sql for database
  • adjust the connection string in the Program.cs file builder.Services.AddDbContext<AppDbContext>(options => options.UseMySql("Server=localhost;Database=employee_db;User=root;Password=;", new MySqlServerVersion(new Version(8, 0, 23))));

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages