Simple CRUD applicacion based on NodeJS and using MongoDB, Express, AngujarJS and Cordova.
Building The whole app
To buid and execute the whole application, just run npm install
from the project root directory.
After that, run the server:
npm mongod <-- to start the database.
cd serverstatic
node server.js <-- to start the NodeJS server.
Client Build
npm start
Check the client's Readme file for much deeper information about the client.
Server Build
Check the server's Readme file for much deeper information about the Server.
Tests Build
Check the test's Readme file for much deeper information about the Tests and how to run them.