An example API built with Rust, Axum, SQLx, and PostgreSQL.
Stars
31
Forks
4
Watchers
31
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
69
commits
Moved the reference data (countries, languages) to thier own files. Added an endpoint for this data.
d7adfcaView on GitHubFixed a bug that cause the endpoint url to be inproperly handled while uploading a picture.
7fd34f4View on GitHubFixed a bug that caused the profile puctre uploader to not delete the file from storage.
3d688d3View on GitHubAdded presigned images. Fixed a bug while uploading images.
dff2e77View on GitHubAdded the fact that the project is built on top of axum (routing wrapper).
602fcbcView on GitHubSysinfo. Replaced eprintln with tracing. Replaced once_cell with OnceLock.
5db41cbView on GitHubAdded a registration route. Updated swagger. Updated handlers to make sure they only work on active users.
2159757View on GitHub