/supermarket

A simple RESTful API to manage a supermarket catalogue. It is built with ASP.Net Core 3.1 following the principle of clean architecture.

Primary LanguageC#MIT LicenseMIT

Supermarket API

A simple RESTful API to manage a super market catalogue. It is built with ASP.Net Core 3.1 following the principle of clean, decoupled and maintainable architecture.

Note: This project is created through a free tutorial by Evandro Gomes. Check out the complete guide in freecodecamp.

Environment Setup

  1. Install .NET Core 3.1

  2. Download Visual Studio Code, Visual Studio Community or any code editor of your choice.

    If using VS Code, install C# Extension for better code highlighting.

Database Connection

This project uses in-memory database. No connection necessary.

Testing

  1. Download Postman.

  2. Using the terminal, go to your project directory and run it.

    $ dotnet run

  3. Follow testing procedures in freecodecamp..

Resources

Patterns Used

Frameworks and Libraries