calebcauthon aidock_backend .cursorrules file for Python

## Project Structure:
* Chrome Extension, with a backend API server for data and inference
* Backend folder is lavendel_backend, contains python project running a flask server, and a UI for CRUD operations

## General Coding Tips
* Coding Guidelines: 
  * Functions should be just a few lines long and call a few single-purpose functions
  * Function names should read like english, e.g., countTheNumberOfPeopleInTheGroup(group) instead of getCount(group)
flask
html
python

First Time Repository

Python

Languages:

HTML: 46.1KB
Python: 55.1KB
Created: 8/29/2024
Updated: 10/1/2024

All Repositories (1)