From 308ab6eb8851899d76b4e3a5960bcc1c7bf2ca58 Mon Sep 17 00:00:00 2001 From: Dniel Date: Mon, 16 Jun 2014 17:24:24 -0300 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e0ad45 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +quadropostits +============= + +This is a mini-project used in a test for job in a project with javascript derived technologies: node.js, mongoDB and AngularJS. + +Iniciando o projeto no terminal (linux ou mac): +npm init +npm install mongoose +npm install +npm start + +No browser: +http://localhost:3000