Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.13 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.13 KB

Backend

The backend of this project is a controller-based .NET 8 web API, with Entity Framework serving as an object-relational mapper (ORM).

Database Setup

While you are free to set up the SQL Server database as per your requirements, we have provided a Docker Compose file to simplify the process. This file, located in helpers/docker-database/docker-compose.yml, sets up a SQL Server database with predefined configurations.

However, please note that this is just an example setup. You can modify the configurations or set up the SQL Server database manually if you prefer.

Suggested Tools

To work with the backend, we suggest the following tools:

These are not strict requirements, but they can make the development process smoother. Feel free to use the tools that you are most comfortable with.