Skip to content

Commit

Permalink
Merge pull request #30 from gbarosio/master
Browse files Browse the repository at this point in the history
updated modules versions and corrected and issue on mongoose displayi…
  • Loading branch information
Chris Sevilleja authored Oct 23, 2017
2 parents 5750cb4 + bc45ae4 commit 0f76361
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
35 changes: 35 additions & 0 deletions README_es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
###### Spanish Translation

El siguiente codigo construye una app con MongoDB y Angular. Simplemente a modo de ejemplo y como un tutorial.

Node, tecnologia de base en esta app, proveera la API RESTful. Angula proveera el frontendd y el acceso a la API y sus recursos.

MongoDB sera nuestra base de datos.

## Requerimientos
- [Node and npm](http://nodejs.org)
- MongoDB: Asegurate de tener tu instancia de MonboDB configurada correctamente en `config/databases.js`

## Instalacion


1. Clonar el repositorio: `git clone [email protected]:scotch-io/node-todo`
2. Instalar la app: `npm install`
3. Configurar su base de datos en `config/database.js`
3. Inicie el servidor: `node server.js`
4. Con su navegador, dirijase a `http://localhost:8080`

## Series de tutoriales que pueden ser interesantes o estar relacionados

Este tutorial es parte de una serie de tutoriales en [scotch.io](http://scotch.io)

Cada branch representa un tutorial determinado.
- tut1-starter: [Crear una Single Page Ap con Node y Angular](http://scotch.io/tutorials/javascript/creating-a-single-page-todo-app-with-node-and-angular)
- tut2-organization: [Organizacoin de la APP y su esructure](https://scotch.io/tutorials/node-and-angular-to-do-app-application-organization-and-structure)
- tut3-services: [Controllers and Services](https://scotch.io/tutorials/node-and-angular-to-do-app-controllers-and-services)

A divertirse :)

![Todo-aholic](http://i.imgur.com/ikyqgrn.png)


10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "server.js",
"author": "Scotch",
"dependencies": {
"body-parser": "^1.4.3",
"express": "^4.13.4",
"method-override": "^2.1.3",
"mongoose": "^4.4.12",
"morgan": "^1.1.1"
"body-parser": "^1.18.2",
"mongoose": "4.10.8",
"express": "^4.10.8",
"method-override": "^2.3.10",
"morgan": "^1.9.0"
}
}

0 comments on commit 0f76361

Please sign in to comment.