ellenxxxiao / uwa-orthodontics-app

0 stars 1 forks source link

refactor repo structure #8

Closed ellenxxxiao closed 4 months ago

ellenxxxiao commented 4 months ago

Refactor structure into:

.
└── uwa-orthodontics-app/
    ├── frontend/
    │   ├── src/
    │   │   ├── App.jsx
    │   │   ├── App.css
    │   │   ├── index.css
    │   │   └── main.jsx
    │   ├── public
    │   ├── package.json
    │   ├── package-lock.json
    │   └── index.jsx
    └── backend/
        └── src/
            ├── bin/
            ├── public
            ├── routes
            ├── views
            ├── app.js
            ├── package.json
            └── package-lock.json
github-actions[bot] commented 4 months ago

Branch issue-8-refactor_repo_structure created!