codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
71 stars 16 forks source link

init file-backend #511

Closed lihebi closed 11 months ago

lihebi commented 11 months ago

This is a copy and cleanup of api/ folder into file-backend folder. The file-backend is expected to

  1. remove user authentication and
  2. write to files instead of DB.

This PR initiates this effort.