ποΈProject Structure
annotation-lab/
βββ client/
β βββ public/
β βββ src/
β βββ package.json
β βββ ... (other React app files)
βββ server/
β βββ db/
β βββ tests/
β βββ app.py
β βββ requirements.txt
β βββ ... (other Flask app files)
βββ README.mdClient
Server
Dependencies
Client
Server
Last updated