Coder Social home page Coder Social logo

contactsmanagernetcore3.1's Introduction

Contacts Manager

A simple Web Api Example made with .Net Core 3.1

Getting Started

Open the Solution (.sln) in visual studio, build and run the app. Open your browser and go to http://localhost:44387/swagger to see the docs.

Prerequisites

.Net Core 3.1 SDK for build the app
Visual Studio (2017 or later) or Command line

Running the app

If you use Visual Studio just open the solution, build and run the app.

If you use the command line open it in the /ContactManager.Api folder and run the follow commands

dotnet build
cd \bin\Debug\netcoreapp3.1
dotnet ContactManager.Api.dll

Then nav to the url that shows your command line e.g. localhost:5000/swagger

If there is an error that your connection is not secure stop the app, close your browser and run:

dotnet dev-certs https --trust

Click Accept in the popup an follow the running steps again.

Running the tests

If you use Visual Studio open the solution, in the solution explorer, rigth click on ContactManager.Api.Tests and "Run Tests"

If you use the command line open it in the /ContactManager.Api.Tests folder and run the follow commands

dotnet test

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

contactsmanagernetcore3.1's People

Watchers

auchiya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.