https://github.com/z7pz/media-application-prototype
Basic implementation for rust backend server for Media application
https://github.com/z7pz/media-application-prototype
actix-web prototype rustlang sqlx
Last synced: 3 months ago
JSON representation
Basic implementation for rust backend server for Media application
- Host: GitHub
- URL: https://github.com/z7pz/media-application-prototype
- Owner: z7pz
- Created: 2023-09-06T11:04:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T21:32:21.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:44:33.594Z (over 1 year ago)
- Topics: actix-web, prototype, rustlang, sqlx
- Language: Rust
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media application (prototype)
this is just a prototype of media application server `backend` create with the programming language **`rust`**
## DISCLAIMER
here we can see here the basic implementaion for a backend server, in another word this is not ready for production
## Current Features
- basic authentication process
- using `sqlx` for database
- basic structures for `exams` `users` `sessions`...
## Next Features
- add salting for the authentication
- change into JWT for authentication
- add caching with `redis` or `sqlite`