Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days ago
JSON representation
FastAPI + React.js
- Host: GitHub
- URL: https://github.com/tetherone/notelink
- Owner: TetherOne
- Created: 2024-06-25T06:30:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T17:09:54.000Z (about 1 month ago)
- Last Synced: 2024-11-23T18:18:41.465Z (about 1 month 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