This is the Linux app named WebApp.rs whose latest release can be downloaded as v1.0.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named WebApp.rs with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
WebApp.rs
DESCRIPTION
A web application completely written in Rust. Target of this project is to write a complete web application including the backend and front within Rust. The app consists of a frontend and a backend. For getting started with hacking, the backend can be tested via make run-backend, whereas the frontend can be tested with make run-frontend. You can adapt the application configuration within Config.toml if needed. make deploy uses podman to start a PostgreSQL container and the Rust backend container. If you wish to use docker instead of podman, set CONTAINER_RUNTIME=docker in the top of Makefile. Edit Config.toml if needed to set the backend url and PostgreSQL credentials. The login screen will accept any username and password that are equal, such as me (username) and me (password). There is currently no further user authentication yet, but nonmatching combination will result in an authentication failure.
Features
- The login screen will accept any username and password that are equal
- There is currently no further user authentication yet
- Make deploy uses podman to start a PostgreSQL container
- The app consist of a frontend and a backend
- Target of this project is to write a complete web application
- Completely written in Rust
Programming Language
Rust
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/webapp-rs.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.