Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add popgetter backend and initial implementations #11

Closed
wants to merge 13 commits into from
Closed
1 change: 0 additions & 1 deletion popgetter-browser/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ test-results/
package-lock.json
.svelte-kit/

rust_backend/Cargo.lock
rust_backend/target/
14 changes: 12 additions & 2 deletions popgetter-browser/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# My new web app!
# Popgetter-browser

This is a simple web app that I have created using the UATP template.
A web interface for the Popgetter project ([popgetter (data)](https://www.github.com/Urban-Analytics-Technology-Platform/popgetter), [popgetter (CLI, library, Python)](https://github.com/Urban-Analytics-Technology-Platform/popgetter-cli)).

## Quickstart
- Install [Rust](https://doc.rust-lang.org/book/ch01-01-installation.html) (Minimum Supported Version: 1.80)
- Install [pnpm](https://pnpm.io/installation)
- Run:
```shell
cd web
pnpm rust
pnpm dev
```
Loading