From 5430f6c75d5faeb1840cf7c10711f571e2d3cd4d Mon Sep 17 00:00:00 2001 From: Reynaldo Reyes Date: Mon, 25 Apr 2016 15:09:20 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02fa2c1 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# README # + +* This repository contains the source for project M.A.S.A. (Massive Attendance Scanner application) web component. This web application was created as an original contribution to the Sciences Faculty of the UCV (Universidad Central de Venezuela), in order to achieve a Bachelor's degree. + +M.A.S.A is an application used to keep track of student assistance through Bluetooth technology in an Android Enviroment. The web component of this application is built on JavaScript using the MEAN.IO as a fullstack framework. +* M.A.S.A Version 1.0 +* https://rey_reyes@bitbucket.org/rey_reyes/masa.git + +### How do I get set up? ### + +* You need Node.js, NPM, Bower and MongoDB in order to deploy this application. + +* First, clone this repository: +git clone https://rey_reyes@bitbucket.org/rey_reyes/masa.git +* Run "Bower install" and "Npm install" in the root folder fo the app. +* Run MongoDB, ensure that port 27019 is free. +* Run Node Server.js +* Open your web browser on localhost port 3000 + +### Who do I talk to? ### + +* Reynaldo.Reyes.4@gmail.com \ No newline at end of file