Spanish / English
Hola, mi nombre es Matías Vilches (matiasvilches en github) y les quiero compartir este proyecto que realicé hace poco gracias a un tutorial en Youtube.
El tutorial consta con 9 videos, Se llama "User Accounts in Meteor" del canal "LevelUpTuts" (todos los creditos para ellos).
Se trabaja con JavaScript y Meteor, se crea una aplicación web donde puedes administrar Usuarios.
Link del tutorial: https://www.youtube.com/watch?v=T7T9y854uWw&index=1&list=PLLnpHn493BHFMTabI7UK28e0e_CwoiYv6
-
Clonar este repositorio con HTTPS.
git clone https://github.com/matiasvilches/user-accounts-meteor.git
-
Entrar al directorio "user-accounts-meteor"
cd user-accounts-meteor
-
Ingresar los siguientes comandos.
meteor npm install meteor npm install --save @babel/runtime meteor
- Para poder manipular correctamente la aplicación primero deberás crear una cuenta. Luego de ingresar tienes que dirigirte a "Dashboard".
- Para tener acceso a vizualizar los usuarios registrados deberás modificar tu cuenta a admin. Presiona "CTRL + M" para abrir "Mongol", dale a "Update" para poder editar la cuenta. Agrega "admin" en "roles" y dale a guardar.
- Listo, ya eres administrador. Ahora dirigete a la barra izquierda y presiona "Users Management". Ahí podrás administrar todas las cuentas de usuario que hay registradas en la app.
- Para modificar una cuenta normal a administrador o eliminar un usuario normal, deberás darle al "ID" del usuario para que muestre las opciones.
- Mira el código y aprende, eso es bueno :p
Spanish / English
Hello, my name is Matías Vilches (matiasvilches in github) and I want to share this project that I did recently thanks to a tutorial on YouTube.
The tutorial consists of 9 videos, called "User Accounts in Meteor" channel "LevelUpTuts" (all credits for them).
It works with JavaScript and Meteor, a web application is created where you can manage Users.
Tutorial Link: https://www.youtube.com/watch?v=T7T9y854uWw&index=1&list=PLLnpHn493BHFMTabI7UK28e0e_CwoiYv6
-
Clone this repository with HTTPS.
git clone https://github.com/matiasvilches/user-accounts-meteor.git
-
Enter the directory "user-accounts-meteor"
cd user-accounts-meteor
-
Execute the following commands.
meteor npm install meteor npm install --save @babel/runtime meteor
- In order to properly handle the application you must first create an account. After entering you have to go to "Dashboard".
- To have access to visualize registered users you will have to modify your account to admin. Press "CTRL + M" to open "Mongol", click "Update" to edit the account. Add "admin" in "roles" and save.
- Ready, you are an administrator. Now go to the left bar and press "Users Management". There you can manage all the user accounts registered in the app.
- To modify a normal account to administrator or delete a normal user, you must give the user "ID" to show the options.
- Look at the code and learn, that's good: p