Code Monkey home page Code Monkey logo

registration-api's Introduction

War Chicken

Course Registration Back-end

dotnet language

This server-side application is the back-end to the course registration application
Coursework for CCU


Project Specifications

  • Developed within .NET Core web API framework
  • REST API to query course information via departments, core goals, & semesters
  • Persists data via MySQL
  • create, read, update, delete (CRUD) services
  • xUnit.net for testing
  • Controller, Service, and Repository layers

This application utilizes a .env file to host environment variables. To configure:

  • connectionString={MySQLConnectionString}

Changelog


API References

GetCourses

GetCourseByName

GetCoursesByDept

CreateCourse

  • Method: POST
  • URL: https://localhost:5001/courses
  • Body: JSON object with the values for {Name, Title, Credits, Description, Department}
  • Description: Creates a new course in the repository

UpdateCourse

  • Method: PUT
  • URL: https://localhost:5001/courses
  • Body: JSON object with the values for {Name, Title, Credits, Description, Department}
  • Description: Updates a course within the repository

DeleteCourse

GetGoalsByCourse

GetCourseOfferingsBySemester


registration-api's People

Contributors

c-grigsby avatar

Watchers

 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.