Skip to content
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

Fake REST API for testing / support #250

Open
reingart opened this issue Mar 23, 2023 · 1 comment
Open

Fake REST API for testing / support #250

reingart opened this issue Mar 23, 2023 · 1 comment
Labels

Comments

@reingart
Copy link
Member

We would need a simple webserver to test, get some statistics to improve the course and allow students to save data / get progress until we have a full runestone backend #6.

The static web pages often do requests to save the code, get history or set time zone:

Open the inspector to see the network traffic, for example:
image
for first exercise of page https://pyar.github.io/PyZombis/main/lectures/TWP15/TWP15_3.html

This webserver could be done in FastAPI or Flask (REST API).
No authentication is mandatory, anonymous is ok.

@AbhinandanSingla
Copy link

Dear Mentor, I Would like to make this web server. Can you please guide what exactly I have to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants