-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP : APY and Dashboard #1
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please clean up first, i.e. remove all files that should not be part of that and remove all redundant comments.
Then split this into 2 PRs, one for the boilerplate, one with the actual code
Please try running this first as instructed in the description and provide feedback on that. PR is still a work in progress, cleanup can be done later. |
This PR majorly contains :
Side features also include :
To test :
python3 db/api.py
cd dashboard && npm run dev