diff --git a/README.md b/README.md index 9e0ad45..6864e48 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ 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): + +``` bash npm init npm install mongoose npm install npm start +``` No browser: + +``` bash http://localhost:3000 +```