.NET Web API project to serve as the REST backend for to do application. Also includes PostgreSQL container for default storage location.
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.
- Open in VS Code.
- When prompted, select "Reopen in Container".
- Build the app by pressing
F5
or using the debug menu.
- Ensure .NET 8 is installed on your machine, install if necessary.
- Open in Visual Studio.
- Build the app by pressing
F5
or using the debug menu.