Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aensoler committed Dec 10, 2014
1 parent 0792c02 commit 65ecb8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ guestbook-backend
=================

Guestbook back-end with NodeJS

### Uso
Es necesario tener [NodeJS](http://nodejs.org/download/) instalado en el sistema para poder ejecutar este servidor.

El servidor necesita ciertas dependencias (SQLite3, Express y bodyParser) que pueden ser instaladas con `npm install` estando en el directorio raíz del servidor.

Una vez descargadas las dependencias, se debe ejecutar `node index.js` para arrancar el servidor.

0 comments on commit 65ecb8d

Please sign in to comment.