This application is being hosted at data.bhagat.io
This code is being hosted on Github in a repository called ServerData
git pull https://github.com/rishavb123/ServerData.git
This code is also in a pubic folder on Google Drive
I created two videos to demo my project. I have a long version of the video and a short one. The long version is around 11 and a half minutes long and it covers almost all the features and touches a little bit on how some parts of the code works. On the other hand, the shortened video goes a lot faster and only covers the more unique features of the web app. I also have the clips for each feature stored in the clips folder.
To access the Full Video open Video/full.mp4.
The video folder is also public on Drive
To access the Small Video open Video/small.mp4
The video folder is also public on Drive.
Each clip describes a few features. The name of the file indicates the
feature that it talks about. The number in the name tells you what order
it shows up in the full video. To view these videos open Video/clips
and then choose the clip to watch. The video folder is also public on Drive
These are a few images that I created during development to either map out how something would look/work or it was to see how to do the math for something.
This is the website that is being hosted at data.bhagat.io. Opening
the index.html file will not load the website since the site
React Source/src/App.jsxReact Source/src/firebase.jsReact Source/src/data/data.jsonReact Source/public/index.htmlReact Source/README.md
cd React Source{.tab3}
npm install{.tab3}
cd React Source{.tab3}
npm start{.tab3}
cd React Source{.tab3}
npm run build{.tab3}
The server uses python 3.7 to serve the content. It also require a few modules installed in python: (firebase_admin, sklean). The server will also not work without the credentials to connect to the firebase admin sdk. If it is absolutely required to run the server, email me at rishav@bhagat.io
Server/server.py