Coder Social home page Coder Social logo

traffic-citation-backend's Introduction

Introduction

A .NET 6 Web API to be used with our Angular application

Frameworks: Entity Framework Core (Object Database Mapper)
Database: PostgreSQL
CI/CD pipeline. Deployed on Heroku. Using Jincod .NET Core Buildpack

Database ERD

ERD


API Endpoints

https://traffic-citation-backend.herokuapp.com

Citation

GET - Retrieve all citations
/api/Citation

GET - Retrieve list of citations for pagination based on page number, page size, user id, and user role
/api/Citation/{pageNumber}/{pageSize}/{userId}/{userRole}

POST - Create a citation with violations
/api/CitationWithViolations

POST - Create a citation
/api/Citation

PUT - Update a citation
/api/Citation

DELETE - Delete a citation by id
/api/Citation/{id}


Driver

GET - Retrieve all drivers
/api/Driver

POST - Create a driver
/api/Driver

PUT - Update a driver
/api/Driver

GET - Retrieve driver by license number
/api/Driver/license/{license_no}

GET - Retrieve driver by id
/api/Driver/{id}

DELETE - Delete a driver by id
/api/Driver/{id}


Violation

GET - Retrieve all violations
/api/Violation

POST - Create a violation
/api/Violation

PUT - Update a violation
/api/Violation

GET - Get violation by citation id
/api/Violation/{citation_id}

PUT - Update a list of violations
/api/Violation/violations

DELETE - Delete a list of violations
/api/Violation/violations

DELETE - Delete a violation by id
/api/Violation/{id}


Learning Resources

traffic-citation-backend's People

Contributors

aha1215 avatar pedrog1018 avatar

Watchers

Brian De Anda avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.