Skip to content

vregazzi/todo-app-backend

Repository files navigation

Introduction

.NET Web API project to serve as the REST backend for to do application. Also includes PostgreSQL container for default storage location.

Getting Started

The recommended IDE for this project is VS Code using Dev Containers. However, you may use Visual Studio if preferred. If using VS Code, the dev container will install all required dependencies.

IMPORTANT
Due to networking requirements, if you are using Dev Containers for the frontend you must also use it for the backend.

VS Code Setup

  1. Open in VS Code.
  2. When prompted, select "Reopen in Container".
  3. Build the app by pressing F5 or using the debug menu.

Visual Studio Setup

  1. Ensure .NET 8 is installed on your machine, install if necessary.
  2. Open in Visual Studio.
  3. Build the app by pressing F5 or using the debug menu.

About

Backend for my todo React app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published