diff --git a/.env.example b/.env.example index 64202d24..4372d8eb 100644 --- a/.env.example +++ b/.env.example @@ -1,12 +1,12 @@ CORS_ALLOW_ORIGIN='*' -DATABASE_URL='postgresql://playa:playa@localhost:5432/playa' -JWT_SECRET='playa' -MINIO_ROOT_USER='minio_playa' -MINIO_ROOT_PASSWORD='minio_playa' +DATABASE_URL='postgresql://townhall:townhall@localhost:5432/townhall' +JWT_SECRET='townhall' +MINIO_ROOT_USER='minio_townhall' +MINIO_ROOT_PASSWORD='minio_townhall' MINIO_ACCESS_KEY='AKIAIOSFODNN7EXAMPLE' MINIO_SECRET_KEY='wJalrXUtnFEMIKK7MDENGKKPxRfiCYEXAMPLEKEY' PORT=7878 RUST_LOG='info' -POSTGRES_USER='playa' -POSTGRES_PASSWORD='playa' -POSTGRES_DB='playa' +POSTGRES_USER='townhall' +POSTGRES_PASSWORD='townhall' +POSTGRES_DB='townhall' diff --git a/README.md b/README.md index b4751e2b..8720e8da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
πŸ–οΈ -

playa

+

townhall

Decentralized Social Platform powered by Rust and Whizzes Contributors

@@ -9,15 +9,15 @@
[![Discord](https://img.shields.io/discord/1011702194925490186?color=blue&label=discord&logo=discord)](https://discord.gg/yde6mcgs2C) - ![Build](https://github.com/whizzes/playa/workflows/build/badge.svg) - ![Clippy](https://github.com/whizzes/playa/workflows/clippy/badge.svg) - ![Formatter](https://github.com/whizzes/playa/workflows/fmt/badge.svg) + ![Build](https://github.com/whizzes/townhall/workflows/build/badge.svg) + ![Clippy](https://github.com/whizzes/townhall/workflows/clippy/badge.svg) + ![Formatter](https://github.com/whizzes/townhall/workflows/fmt/badge.svg)
### Collab Strategy -Playa is collaborative project for novice-to-intermediate Rust (backend) and JS/TS (frontend) web developers. We’re learning-by-doing together, in the making of a community platform modeled after the likes of Discord (chat) and Discourse (forum). +townhall is collaborative project for novice-to-intermediate Rust (backend) and JS/TS (frontend) web developers. We’re learning-by-doing together, in the making of a community platform modeled after the likes of Discord (chat) and Discourse (forum). The project leader and default mentor for new contributors is @EstebanBorai. New mentors and mentees alike are always welcome! @@ -36,11 +36,11 @@ The project leader and default mentor for new contributors is @EstebanBorai. New cargo install just # clone this repository -git clone https://github.com/whizzes/playa.git +git clone https://github.com/whizzes/townhall.git # step into repository directory -cd ./playa +cd ./townhall # open a termital window and spin up Docker Containers just dev @@ -64,7 +64,7 @@ the services.
- ![softarq](https://github.com/whizzes/playa/assets/34756077/86abfb8d-8e96-4e93-9677-4e0864f53da6) + ![softarq](https://github.com/whizzes/townhall/assets/34756077/86abfb8d-8e96-4e93-9677-4e0864f53da6)
@@ -128,7 +128,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» @@ -139,7 +139,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» @@ -150,7 +150,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» @@ -161,7 +161,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» @@ -172,7 +172,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» @@ -183,7 +183,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» @@ -194,7 +194,7 @@ Teardown containers using `just undev`.
- πŸ’» + πŸ’» diff --git a/client/README.md b/client/README.md index 76a015d5..552f05f9 100644 --- a/client/README.md +++ b/client/README.md @@ -1,6 +1,6 @@
-

playa Frontend

+

townhall Frontend

A "Host Yourself" Chat powered by Rust and Whizzes Contributors

@@ -9,9 +9,9 @@
[![Discord](https://img.shields.io/discord/1011702194925490186?color=blue&label=discord&logo=discord)](https://discord.gg/yde6mcgs2C) -![Build](https://github.com/whizzes/playa/workflows/build/badge.svg) -![Tests](https://github.com/whizzes/playa/workflows/test/badge.svg) -![Lint](https://github.com/whizzes/playa/workflows/lint/badge.svg) +![Build](https://github.com/whizzes/townhall/workflows/build/badge.svg) +![Tests](https://github.com/whizzes/townhall/workflows/test/badge.svg) +![Lint](https://github.com/whizzes/townhall/workflows/lint/badge.svg)
@@ -22,10 +22,10 @@ ```bash # clone repository -git clone git@github.com:whizzes/playa.git +git clone git@github.com:whizzes/townhall.git # cd into the new directory -cd ./playa/client +cd ./townhall/client # create a `.env` file by copying contents from `.env.example` cp .env.example .env @@ -33,7 +33,7 @@ cp .env.example .env # install dependencies bun i -# optional: make sure playa server is running +# optional: make sure townhall server is running lsof -i -P -n | grep LISTEN # run on development mode diff --git a/client/package.json b/client/package.json index 2c72942e..2c36b9ad 100644 --- a/client/package.json +++ b/client/package.json @@ -1,5 +1,5 @@ { - "name": "playa-web", + "name": "townhall-web", "version": "0.1.0", "private": true, "scripts": { diff --git a/client/src/routes/(app)/components/Navbar/Navbar.svelte b/client/src/routes/(app)/components/Navbar/Navbar.svelte index 81706b92..9cc47553 100644 --- a/client/src/routes/(app)/components/Navbar/Navbar.svelte +++ b/client/src/routes/(app)/components/Navbar/Navbar.svelte @@ -8,7 +8,7 @@ > πŸ–οΈ - playa + townhall
{#if $userStore} diff --git a/client/src/routes/(auth)/+layout.svelte b/client/src/routes/(auth)/+layout.svelte index a7da98ad..b4c38464 100644 --- a/client/src/routes/(auth)/+layout.svelte +++ b/client/src/routes/(auth)/+layout.svelte @@ -33,11 +33,11 @@