/com.glass-sell

Primary LanguageJavaScript

to install and run:
	- install node
	- install mongodb
	- npm install
	- generate ssl certificates (ssl/README)
	- npm start
		this will work with the default mongo install scheme, for
		custom install we'll need to tweak the config (XXX)

The server lives at: 
	http://localhost:3000/
	https://localhost:3010/

http API:
	POST /login username=.. password=..
		Action: Login a user

	GET /logout
		Action: Logout a user