Skip to content

A RESTful API made for an exercise focused event making app, built with ASP.NET Core and Dapper ORM for a Postgres database. Unit testing done with xUnit, NSubstitute and FluentAssertions.

Notifications You must be signed in to change notification settings

lucaxue/boost-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events API

A RESTful API made for an exercise focused event making app

Checkout the frontend React app source code here.

  • Built with ASP.NET Core
  • Using Dapper ORM
  • Made for a Postgres database

Testing:

  • Unit testing done with xUnit
  • NSubstitute mocking library
  • FluentAssertions for easier assertion syntax

Routes

Checkout the database design here.

/users
  • Methods:

    • Get all users
    • Get user by user id
    • Post user
    • Update user
    • Delete user
    • Get users by group id (query string)
      • /users?groupId=1
    • Get users by username (query string)
      • /users?username=JimBob
/groups
  • Methods:

    • Get all groups
    • Get group by group id
    • Post group
    • Update group
    • Delete group
    • Get group by name (query string)
      • /groups?name=Weekend Warriors
/events
  • Methods:

    • Get all events
    • Get event by events id
    • Post event
    • Update event
    • Delete event
    • Get events by group id (query string)
      • /events?groupId=1

About

A RESTful API made for an exercise focused event making app, built with ASP.NET Core and Dapper ORM for a Postgres database. Unit testing done with xUnit, NSubstitute and FluentAssertions.

Topics

Resources

Stars

Watchers

Forks

Contributors 5

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy