Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/platzi/curso-rust-backend


https://github.com/platzi/curso-rust-backend

backend rust

Last synced: about 1 month ago
JSON representation

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 curso

Con 💚 Platzi Team