Clone the repository
The first thing that needs to be done is setting up a local RavenDB instance on 127.0.0.1:1991/ and create a database called BOQnet.
There is a super easy tutorial on how to do it: https://docs.ravendb.net/7.1/start/getting-started
I ran the API using IIS express
Bad practices: - 1 project - hard coded config - no sources - no validation - did not make vendor an object - implicit routes
https://localhost:{port}/project/{guid}
{
"id": "",
"name": "Test Project",
"description": "this is a test project",
"budget": 12500000.00,
"createDate": "2025-11-22T10:30:00Z"
}
{
"projectId": "{guid}",
"status": 1,
"startDate": "2025-11-21T10:30:00Z",
"endDate": "2025-11-22T10:30:00Z"
}
Please let me know if you run into any issues with the project setup or if there is anything unclear, I am happy to help. Find me @jaredlee.exe@gmail.com