SHIV5T3R / CO-DE

An Open Source Collaborative Code Editor
35 stars 26 forks source link

Api layout finished and socketio integration started. #9

Closed jaybuurdd closed 1 year ago

jaybuurdd commented 1 year ago

Added a readme called BACKEND_ARCHITECTURE.d to explain the changes I made and make sense of why I structured it how I did. Overall I set up our API structure and set up flask-restful so it will be easy for everyone to get started on creating endpoints with it. I set up a file structure for organization and added configuration for endpoint registration (routes) and global websocket instance so connection testing and such can be tested quickly.