/ContactsAPI-ASP.NET

Contacts REST API using ASP .NET

Primary LanguageC#

Contacts API

Simple REST Contacts API in ASP.NET Core

Description

Contacts API is a REST API made as a technical test.

It contains:

  • CRUD for contacts
  • CRUD for skills
  • Account creation and log in
  • Pagination to get a list of contacts
  • A generated Swagger API
  • A dockerize environment using docker compose
  • Interaction with a MSSQL database

Getting Started

Installation

  • Install docker
  • Run the command:
docker-compose build

Executing program

  • Run the command:
docker-compose up

Swagger API

Swagger API available at:

http://localhost:5000/swagger/index.html

Authors

Contributors names and contact info:

Nicolas Gascon

Version History

  • 0.1
    • Initial Release