avantifellows / college-predictor

Given rank and category, we display a list of suitable colleges for exams such as JEE Main, JEE Advanced, NEET. Data avaialble.
GNU General Public License v3.0
5 stars 19 forks source link

Dynamic datafetching from firebase database #14

Open Shibbu264 opened 1 month ago

Shibbu264 commented 1 month ago

Description

The database we are using is currently available locally in JSON which is not good when we are scaling the website,so we can store that data to firestore database or firebase realtime database and fetch it from there and also can create an admin panel to add new entry to a certain database like of sc,st or obc etc.

Goals

Shibbu264 commented 1 month ago

@suryabulusu Can I work on implementing that after that I will submit my proposal ?