Go to file
Sam 57c7a0f4de feat(api): add PATCH /users/@me, remove PATCH /users/@me/fields 2022-06-16 14:54:15 +02:00
backend feat(api): add PATCH /users/@me, remove PATCH /users/@me/fields 2022-06-16 14:54:15 +02:00
frontend feat: working buttons in EditMe 2022-06-06 15:27:06 +02:00
scripts feat(frontend): start edit page 2022-05-26 16:11:22 +02:00
.gitignore add frontend template + GET /users/{userRef} route 2022-05-04 16:27:16 +02:00
.prettierrc add frontend template + GET /users/{userRef} route 2022-05-04 16:27:16 +02:00
LICENSE initial commit 2022-05-02 17:19:37 +02:00
Makefile chore: update import url (sorry gitlab, codeberg is just better) 2022-05-14 16:52:08 +02:00
README.md chore: update README 2022-06-06 15:32:10 +02:00
go.mod feat(api): add rate limiting 2022-05-26 00:41:29 +02:00
go.sum feat(api): add rate limiting 2022-05-26 00:41:29 +02:00
package.json feat(frontend): start edit page 2022-05-26 16:11:22 +02:00
postcss.config.js feat: frontend layout skeleton 2022-05-10 16:33:29 +02:00
tailwind.config.js feat: add (non-working) edit page 2022-05-14 16:46:03 +02:00
tsconfig.json add frontend template + GET /users/{userRef} route 2022-05-04 16:27:16 +02:00
tsconfig.node.json add frontend template + GET /users/{userRef} route 2022-05-04 16:27:16 +02:00
vite-env.d.ts feat: frontend layout skeleton 2022-05-10 16:33:29 +02:00
vite.config.ts add frontend template + GET /users/{userRef} route 2022-05-04 16:27:16 +02:00
yarn.lock feat(frontend): start edit page 2022-05-26 16:11:22 +02:00

README.md

pronouns.cc

A work-in-progress site to share your pronouns and preferred terms.

Stack

  • API server is written in Go with the chi router
  • Persistent data is stored in PostgreSQL
  • Temporary data is stored in Redis
  • The frontend is written in TypeScript with React, using Vite

License

Copyright (C) 2022  Sam <u1f320>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.