Digital Dash
-
Install Node JS.
-
In the terminal, cd into project folder
-
run
npm start
. -
open
localhost:3000
in web browser.
#Login Username 'admin' #Login Password 'abcd'
#Login Username 'developer' #Login Password 'abcd'
#Email username digitaldashlm@gmail.com #Email password cs320useonly
#Project file client side file:
views -> static html file.
public -> static resource files.
Server side file:
server -> server.js -> including all the server method.
server -> database -> LibertyMutual.db -> simulation for LibertyMutual's database
server -> database -> users.db -> database use for authentication(temporary eventually will be active directory).
routes -> angular-route file
conf -> middleware configuration file