Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platzi/curso-rust-backend
https://github.com/platzi/curso-rust-backend
backend rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/platzi/curso-rust-backend
- Owner: platzi
- Created: 2022-03-24T14:55:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T04:15:17.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T03:25:25.251Z (10 months ago)
- Topics: backend, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curso de Rust para Backend
Este es el repositorio de todos los proyectos del Curso de Rust para Backend de Platzi 💚Cada uno de los proyectos ha sido explicado dentro del curso:
* [Instalacion de diesel](https://github.com/platzi/curso-rust-backend/tree/clase-3-instalacion-de-diesel)
* [Primer modelo](https://github.com/platzi/curso-rust-backend/tree/clase-4-creacion-de-modelos)
* [Creando registros](https://github.com/platzi/curso-rust-backend/tree/clase-5-creando-registros)
* [Generando queries](https://github.com/platzi/curso-rust-backend/tree/clase-6-leyendo-registros)
* [Editando registros](https://github.com/platzi/curso-rust-backend/tree/clase-7-editando-registros)
* [Eliminando registros](https://github.com/platzi/curso-rust-backend/tree/clase-8-eliminando-registros)
* [Hola mundo Actix](https://github.com/platzi/curso-rust-backend/tree/clase-9-Hola-Actix)
* [Mostrar datos](https://github.com/platzi/curso-rust-backend/tree/clase-10-mostrar-datos)
* [Crear blogs](https://github.com/platzi/curso-rust-backend/tree/clase-12-crear-blogs)
* [Importar tera](https://github.com/platzi/curso-rust-backend/tree/clase-13-importar-tera)
* [Template tera](https://github.com/platzi/curso-rust-backend/tree/clase-14-templates-tera)
* [Github action para Heroku](https://github.com/platzi/curso-rust-backend/tree/clase-17-github-action)## Como utilizar los assets
1. [Descarga Rust](https://www.rust-lang.org/tools/install)
2. Descarga el repositorio
3. Cambiate a la rama del proyecto que te interesa
4. Sigue las instrucciones del cursoCon 💚 Platzi Team