Skip to content

saurabhmathur96/VITacademics-Unlimited

Repository files navigation

VITacademics-Unlimited

CircleCI

VITacademics student-login API server

Find the API documentation here

Directory Structure

  • data holds static files served directly.
  • schemas holds structure of JSON objects returned by the API. The interfaces defined there are referenced in API.md. They are also used in unit and integration tests.
  • src/bin holds executables and scripts.
  • src/middleware holds custom middleware functions, grouped into files.
  • src/routes holds routers, one per file.
  • src/scrapers holds scraper functions. Each function takes a string representation of the html page as input and outputs either a JSON object or an Array of JSON objects.
  • src/utilities holds various functions common to the entire project.
  • test holds unit and integration tests.

Note: data/faculty_info.json is a sample file for tests; it is replaced on deployment.

About

VITAcademics student-login API server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published