Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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