Skip to content

EngincanV/Phone-Contact-Internship-Application

Repository files navigation

Build Status Contributors MIT License LinkedIn Twitter


Nuevo - Phone Contact

This application was created for internship apply to Nuevo.

Contents

About Project

This application was created for internship apply to Nuevo.

Technologies Version
Asp.net Core 3.1
Entity Framework Core 3.1
Sql Server 2019

Purpose Of Project

  • System has two different interfaces.
  • Public interface that everybody can see(PublicUI)
  • Private interface that just Admins can see(PrivateUI)
  • In PublicUI you can just see information(Personal Name, Personal Phone Number) about personals.
  • In AdminUI you can add, edit or delete personals. Only condition is here, for deleting any specific personal we need to be his manager.
  • Departmens which are exist in system will be manageable. Adding, Editing and Deleting departments can be done by Admins. For deleting any specific department, the department must not have any personal.

Installation

  1. Clone the repository.
git clone https://github.com/EngincanV/Phone-Contact-Internship-Application.git
  1. Update Database Migration via Package Manager Console.
Update-Database
  1. Run the app.
dotnet run

About

This application was created as an application for Nuevo internship.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published