Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offices Correspondents

This project consists in two part, one is a web services which is consumed by a Razor web site project.

Solution

Web server

image

It has direct conection with a SQL Server database using ASP Core 6 and Entity Core 6 with a basic CRUD for two entities, Offices and Correspondents. the following image represents relational model database

image

Web Site

image Home Page

This has a front-end built with Razor and Bootstrap 5 with three modules:

  • Corresponsales: List with Correspondent entities and CRUD operations image

  • Oficinas: List with Office entities and CRUD operations image

  • Prueba: Has a special functionality which consists in:

  1. The Dropdown List has Correspondent name (COR_NOMBRE) followed by a offices count which is related with each Correspondent.
  2. In right side, it has a list according selected option in Dropdown list with each character counts.

image

Releases

Packages

Contributors

Languages