update-readme (#1)

Reviewed-on: #1
This commit is contained in:
Lucas Jensen
2025-03-15 04:27:49 +00:00
parent 3e27343a30
commit 77003707ab
4 changed files with 5 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ This repo is for Eugene based chamber duo, The Grapefruits Duo. It roughly follo
More info on each part of the project can be found in their respective directories, along with setup instructions. The application is served from a Linode Ubuntu 22.04 instance running NGINX and SSL certificates from Let's Encrypt. More info on each part of the project can be found in their respective directories, along with setup instructions. The application is served from a Linode Ubuntu 22.04 instance running NGINX and SSL certificates from Let's Encrypt.
- [Client](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/client) - [Client](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/server)
- [Server](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/server) - [Server](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/client)
## Auth ## Auth

View File

@@ -1,6 +1,6 @@
# The Grapefruits Duo # The Grapefruits Duo
Frontend client for Eugene, OR based chamber music duo, The Grapefruits Duo. Publicly available at [thegrapefruitsduo.com](https://thegrapefruitsduo.com/). This client consumes a RESTful API built with FastAPI and publicly available at [api.thegrapefruitsduo.com](https://api.thegrapefruitsduo.com/). Back-end source code available on [GitHub](https://github.com/ljensen505/thegrapefruitsduo-back). Frontend client for Eugene, OR based chamber music duo, The Grapefruits Duo. Publicly available at [thegrapefruitsduo.com](https://thegrapefruitsduo.com/). This client consumes a RESTful API built with FastAPI and publicly available at [api.thegrapefruitsduo.com](https://api.thegrapefruitsduo.com/). Back-end source code available on [here](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/server).
## Features ## Features
@@ -9,7 +9,8 @@ The customer-facing page for this SPA is relatively simple. It includes sections
### Getting started ### Getting started
```bash ```bash
git clone git@github.com:ljensen505/TheGrapefruitsDuo.git git clone https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo.git
# or consult Gitea for ssh uri
``` ```
```bash ```bash