Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple rust backend web framework code example, either rocket or actix #7

Closed
himanshurajora opened this issue Jan 26, 2023 · 0 comments · Fixed by #8 or #9
Closed

Add a simple rust backend web framework code example, either rocket or actix #7

himanshurajora opened this issue Jan 26, 2023 · 0 comments · Fixed by #8 or #9
Assignees

Comments

@himanshurajora
Copy link
Collaborator

We can start with the simplest rocket framework rest api example containing single get route. then we can move towards much complex things such a JSON response using serde, rust contrib lib, validations, authorization, database connection, file storage, security etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant