codex-frontend/README.md
Slava 18d5e73e13
Configure automated Docker builds (#11)
* Configure automated Docker builds (#10)

* Fix Nginx template loading (#10)
2023-12-01 10:24:51 +02:00

49 lines
978 B
Markdown

# Codex Frontend
A frontend for codex made with Flutter.
## Features
- Upload multiple files at once
- Dockerize frontend
- Show status of locally running codex node
- Upload to codex nodes
- View file Uploaded
- Download from codex nodes
- Now supports marketplace endpoints!
## Planned Features
- Show status of connection to codex peers
- Settings for the connection
## How to run it
1. Clone repository
```shell
git clone https://github.com/codex-storage/codex-frontend
cd codex-frontend
```
2. Grab your codex api link and define a variable for docker compose file
```shell
export codex_url="http://localhost:8080"
```
3. Run codex frontend
```shell
docker compose up
```
4. Go to [localhost:3000](http://localhost:3000)
## Screenshots
![Data page: Upload](screenshots/upload-page.png)
![Data page: Upload (with uploads)](screenshots/upload-page-uploads.png)
![Data page: Download](screenshots/download-page.png)