this is just a prototype of media application server backend
create with the programming language rust
here we can see here the basic implementaion for a backend server, in another word this is not ready for production
- basic authentication process
- using
sqlx
for database - basic structures for
exams
users
sessions
...
- add salting for the authentication
- change into JWT for authentication
- add caching with
redis
orsqlite