neoneye / ARC-Interactive

Enjoy puzzle-solving directly in your browser.
https://neoneye.github.io/arc/
MIT License
18 stars 2 forks source link

Backend: Save the recorded histories on a server #49

Closed neoneye closed 6 months ago

neoneye commented 7 months ago

Problem

As a single user, the number of files I'm generating are huge.

I had imagined that I could send the history files by email and add them to a database. However it's probably going to be more files than what I can manually process.

Solution

Backend.

Questions:

neoneye commented 6 months ago

Yay, there is now braingridgame.com, that is ARC-Interactive with a backend for collecting the recorded interaction histories.

The backend is Django. postgresql. Allauth for Google login. Django's admin interface is good for user management.