Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET MVC study project

What does this program do?

This is a simple CRUD website that simulates a list of contacts where you can:

Add a new contact
🖊️ Edit an existing contact
🗑️ Delete an existing contact
🔍 Search for an existing contact through the list

When adding or editing a contact, keep in mind that there are two validators:

All the fields are mandatory
The Phone field only accepts numbers

What technologies were used?

Front-end

  • HTML, CSS, JavaScript
  • Bootstrap, DataTables

Back-end

  • C#
  • SQL Server

How can I test it?

  1. Clone the repository
  2. Create a new file named appsettings.Development.json in the root directory of the project (contact-list)
  3. Copy the content from appsettings.Development.example.json and past into appsettings.Development.json
  4. Replace the examples with your own server, user, password and database

If you have any questions, I'll be very happy to help. Feel free to contact me via LinkedIn.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages