Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annygutierrez/mevn-crud
This is a CRUD project, with backend in MongoDB, and front end in Vue.js.
https://github.com/annygutierrez/mevn-crud
api crud express materialize mlab mongodb vue vue-router
Last synced: about 2 months ago
JSON representation
This is a CRUD project, with backend in MongoDB, and front end in Vue.js.
- Host: GitHub
- URL: https://github.com/annygutierrez/mevn-crud
- Owner: annygutierrez
- License: mit
- Created: 2018-05-23T04:04:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:47:44.000Z (about 2 years ago)
- Last Synced: 2023-03-07T08:32:02.470Z (almost 2 years ago)
- Topics: api, crud, express, materialize, mlab, mongodb, vue, vue-router
- Language: JavaScript
- Homepage: https://mevncrud.herokuapp.com/
- Size: 1.65 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Crud de Usuarios
Aplicación web responsiva, construida con el **stack MEVN** (Mongodb, Express, Vue.js Node.js)
esta aplicación se basa en listar, crear, editar y eliminar usarios## Requisitos
- Nodejs
- MongoDB## Instalación y Ejecución
- Descargar o clonar el repositorio ``git clone https://github.com/avilajul/crud_nodejs.git``
- Ingresar a la carpeta raíz del repositorio cd PlayOne
- Instalar las dependencias con el comando ``npm install``
- Construir webpack con el comando ``npm run build``
- Después de la instalación de depencias se corre la apliación con el comando ``npm start``.
Se abre una navegador y escribe la url http://localhost:3000## capturas de pantalla
- Vista principal
- ![Listado_de_usuarios.png](Screenshoots/Listado_de_usuarios.png "Vista principal")- Creación de usuario
- ![Creación_de_ Usuario.png](Screenshoots/Creación_de_Usuario.png "Creación de usuario")- Edición de usuario
- ![Editar_Usuario.png](Screenshoots/Editar_Usuario.png "Edición de usuario")