Skip to content

A Set Theory REST API for handling sets in our Discrete Math classes

Notifications You must be signed in to change notification settings

NikoDyring/SetTheoryAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set Theory Assignment

Project Definition

Objectives
In your favorite language, or in a language you want to explore, create an API for handling sets.

Tasks

Create methods for handling

  • Membership
  • Intersection
  • Union
  • Difference
  • Complement

Create methods for handling subsets and equality.

Installation Instructions

  1. Clone or Download the repo as a ZIP.
  2. Unpack if downloaded as a ZIP.
  3. Double click the SetTheoryAPI.sln
  4. Run Debug
  5. Now the API is hosted locally.
  6. Test the calls with either Postman, Insomnia or some other rest client.

Created this REST Api for one of our Discrete Math assignments which was about set theory. Chose to create it with a .Net Web API as my preferred programming language is C#.

About

A Set Theory REST API for handling sets in our Discrete Math classes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published