miladxandi / Phonebook

Advanced phone book for organizations to let them easily manage their customers written with ASP.NET Core 3.1 and EF6.

Home Page:https://miladzandi.ir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Phonebook

https://github.com/miladxandi/AdvancesPhonebook/issues https://github.com/miladxandi/AdvancesPhonebook/blob/master/LICENSE

This project is based on ASP.NET Core 3.1 and Entity Framework 6

You may need to organize your contacts, calls and customer brands better with an online tools. This project with an internal DB will help you for this experience.

How to run?

Anything you may need is in the project, but if there was any error with this, you can run one of these boxes commands.

On Package Manager Console:

PM> Update-Database

PM> Scaffold-DbContext "DataSource=app.db" Microsoft.EntityFrameworkCore.Sqlite -OutputDir Models

Or run this one on an EF6 installed terminal:

dotnet ef database update

dotnet ef dbcontext scaffold "DataSource=app.db" Microsoft.EntityFrameworkCore.Sqlite -OutputDir Models 

Let me know about the issus:

Website - Email

About

Advanced phone book for organizations to let them easily manage their customers written with ASP.NET Core 3.1 and EF6.

https://miladzandi.ir

License:MIT License


Languages

Language:JavaScript 88.0%Language:CSS 8.0%Language:C# 3.7%Language:HTML 0.3%