kvqn / dtu-archive

THE place to go for analysing past result & courses information for Delhi Technological University.

Home Page:https://dtuarchive.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTU Archive

A web application to easily access past result information for Delhi Technological University.

To see how to results are scraped and stored, check out kvqn/dtu-archive-migrations.

Why I made this?

I wanted to compare the different courses offered by the university and there didn't exist any solutions.

This is my gift to you, the analytical ones, that will spend their time fretting over choices they have and over analysing everything.

FAQ

# There's a problem with the results

See here

# There's a feature I want to see added

Create an Issue.

Database Setup

There are two databases for DTU Archive.

The Migrations Database stores the results data. This is where the migrations data from scraping tool at dtu-archive-migrations go. The intended way of interacting with this database is through RAW sql queries since most use cases require complex queries which are a hassle through ORMs. This database is designed to be reproducible through the migrations. No backups required. The frontend should have no need to make any changes to this database.

The other database is called, due to the lack of creative naming sense, the Other Database. This contains all the other stuff that the application needs. This database should be backed up routinely.

About

THE place to go for analysing past result & courses information for Delhi Technological University.

https://dtuarchive.vercel.app


Languages

Language:TypeScript 92.4%Language:JavaScript 4.5%Language:CSS 3.0%Language:Shell 0.1%