Skip to content

jaredthedewg/BOQnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BOQnet

Setup

Checkout the solution

Clone the repository

Setting up the DB

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

API

Bad practices: - 1 project - hard coded config - no sources - no validation - did not make vendor an object - implicit routes

Example Get Route

https://localhost:{port}/project/{guid}

Example Project Create Body

{
  "id": "",
  "name": "Test Project",
  "description": "this is a test project",
  "budget": 12500000.00,
  "createDate": "2025-11-22T10:30:00Z"
}

Example Get Payments Request

{
  "projectId": "{guid}",
  "status": 1,
  "startDate": "2025-11-21T10:30:00Z",
  "endDate": "2025-11-22T10:30:00Z"
}

Contact

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors