Add frontend tests and other stuff
authorGreg Burri <greg.burri@gmail.com>
Tue, 6 Dec 2022 23:16:34 +0000 (00:16 +0100)
committerGreg Burri <greg.burri@gmail.com>
Tue, 6 Dec 2022 23:16:34 +0000 (00:16 +0100)
commit642dd8a80ce2e1212b8e30c1edabb32bdb416cfc
treebf295f6d6d1547fea9aa4b3973cc8a09f07bdb07
parentd28e765e39e70ad2ab9a42885c786d5d8ba9ba40
Add frontend tests and other stuff
26 files changed:
.gitignore
Cargo.lock
Cargo.toml
README.md
TODO.md
backend/sql/data_test.sql
backend/sql/version_1.sql
backend/src/data/asynchronous.rs
backend/src/data/db.rs
backend/src/model.rs
backend/src/services.rs
backend/src/services/api.rs [new file with mode: 0644]
backend/static/frontend.js [new file with mode: 0644]
backend/style.scss
backend/templates/base.html
backend/templates/base_with_header.html
backend/templates/base_with_list.html
frontend/Cargo.toml [new file with mode: 0644]
frontend/deploy.nu [new file with mode: 0644]
frontend/index.js [new file with mode: 0644]
frontend/package.json [new file with mode: 0644]
frontend/src/lib.rs [new file with mode: 0644]
frontend/src/utils.rs [new file with mode: 0644]
frontend/start.nu [new file with mode: 0644]
frontend/tests/web.rs [new file with mode: 0644]
frontend/webpack.config.js [new file with mode: 0644]