Clients Portal
Manage your clients and offer an easy to use searching page, for public use.
-
Login as administrator to:
-
Add new Clients to your Data base
-
Edit/Remove existing ones
-
As a public user:
-
See the clients list
-
Take a deeper look into one specific client
-
Search and filter the clients DB using a search bar
A few notes before the bullet list that everyone is looking for ;) The app uses gulp as the build system, nodeJs as the main technology and mongoDB for the DB.
So now, lets go to the Installation bullets:
- Clone the project
- Install mongodb if you dont already have it (http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/)
- Start mongodb (mongod)
- Go to the app directory
- Install dependencies (npm install)
- Install gulp (npm install -g gulp)
- run the app (gulp)