https://github.com/tetherone/notelink
FastAPI + React.js
https://github.com/tetherone/notelink
celery cicd docker fastapi postgresql pydantic rabbitmq reactjs redis s3 sqlalchemy
Last synced: 3 months ago
JSON representation
FastAPI + React.js
- Host: GitHub
- URL: https://github.com/tetherone/notelink
- Owner: TetherOne
- Created: 2024-06-25T06:30:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T06:58:18.000Z (over 1 year ago)
- Last Synced: 2025-03-30T07:23:29.695Z (about 1 year ago)
- Topics: celery, cicd, docker, fastapi, postgresql, pydantic, rabbitmq, reactjs, redis, s3, sqlalchemy
- Language: Python
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NoteLink
### Description
The idea of the project is to create a platform for exchanging text information. For example, a user can write some text, a title for it, select a public post or not and publish it, and then share a link with friends to their text. A public entry will appear in the public domain, but for private ones a longer link is created and only authenticated users can see it.
The user can also set the lifetime of a record after which the record will be deleted from the database.
### Technologies
- FastAPI, SQLAlchemy, Pydantic
- PostgreSQL
- S3
- Redis
- Celery + RabbitMQ
- Black, Ruff