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

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

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`