GithubHelp home page GithubHelp logo

kmtusher97 / syllabus-manager-rest-api Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 25.55 MB

A RESTful API to create syllabus. It allows to create curse types(Theory, Laboratory, Viva etc) and corresponding input forms for the courses. Syllabus is stored as XML. The CRUD operation in the XML Database is handled with BaseX.

Java 90.54% HTML 5.54% JavaScript 3.93%
spring-boot rest-api restful-api restful-webservices basex basex-database xml xml-to-json basex-with-java basex-with-spring-boot

syllabus-manager-rest-api's Introduction


Syllabus Manager Rest Api . framework maven java

A RESTful API to create syllabus. It allows to create curse types(Theory, Laboratory, Viva etc) and corresponding input forms for the courses. Syllabus is stored as XML. The CRUD operation in the XML Database is handled with BaseX.

BaseX . basex xml xquery

BaseX is a robust, high-performance XML database engine and a highly compliant XQuery 3.1 processor with full support of the W3C Update and Full Text extensions. It serves as excellent framework for building complex data-intensive web applications. It comes with interactive user interfaces (desktop, web-based) that give you great insight into your data. more..

BaseX Configuration & Service Methods

1. Syllabus Creator API's

  • Get a syllabus by syllabus name(as XML)
    method: GET url: localhost:8081/api/syllabus/get/{syllabusName}
  • Add a year in the the syllabus
    method: GET url: localhost:8081/syllabus/edit/{syllabusName}/add/year
  • Delete a year from syllabus by yearId
    method: DELETE url: localhost:8081/syllabus/edit/{syllabusName}/delete/year/{yearId}
  • Add semester in year
    method: GET
    url: localhost:8081/syllabus/edit/{syllabusName}/{yearId}/add/semester
  • Delete semester from a year
    method: DELETE
    url: localhost:8081/syllabus/edit/{syllabusName}/{yearId}/delete/semester/{semesterId}
  • Add course(course code) in a semester
    method: POST
    url: localhost:8081/api/syllabus/edit/{syllabusName}/{yearId}/{semesterId}/add/course
    data: {"courseCode": "CSE 101"}
  • Delete a course from a semester by courseCode
    method: DELETE
    url: localhost:8081/syllabus/edit/{syllabusName}/{yearId}/{semesterId}/delete/course/{courseCode}

syllabus-manager-rest-api's People

Contributors

bijoy26 avatar kmtusher97 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cse-ju bijoy26

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.