Skip to content

Commit

Permalink
added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aashimodi14 committed Nov 28, 2023
1 parent f424ae1 commit f44b8e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Acornfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Rust Sample Acorn"
description: "Acorn running a sample Rust app"
readme: "./README.md"
icon: "./rust_icon.png"


args: {
// Name of the database to create. Defaults to "instance"
// Name of the database to create. Defaults to "rust-sqlx"
dbName: "rust-sqlx"
// Name of the database user to create. Defaults to "rust"
dbUser: "rust"
}

Expand Down Expand Up @@ -43,6 +45,7 @@ containers: {
publish: "3000:3000/http"
}
env: {
// Frontend forwards the requests to the Backend Container Service Endpoint
"BACKEND_SERVER": "@{services.backend.endpoint}"
}
memory: 1048Mi
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Acorn for a Rust sample app - Feedback App

This is a Fullstack Rust app created in using Actix, SQLX and Postgres as Backend and Yew-TailwindCSS as its frontend. The user can give feedback and comments using this SPA web app.
This is a Fullstack Rust app created in using Actix, SQLX and Postgres as Backend and Yew-TailwindCSS as its frontend. The user can provide feedback ratings and comments using this SPA web app. The application utilises the Acorn Postgres DB service to store the feedback data where the dbName and dbUser are customisable. Once deployed, the SPA web app is available on the Frontend Service Endpoint.


## What is Rust?

Expand Down
Binary file added rust_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f44b8e1

Please sign in to comment.