Skip to content

ElodieBatista/cubbyhole_adminconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

cubbyhole_adminconsole

Getting started

Git bash on the "app" folder

node web-server.js

Launch browser at

http://localhost:8001/index.html

Credentials:

Changing IP Addresses

Go to /src/app.js & replace lines 10, 11 and 12

.constant('conf', {
		'epApi': 'http://localhost:3000',
		'epDbdApi': 'http://localhost:3001',
		'epWeb': 'http://localhost:8000'
})

with

.constant('conf', {
		'epApi': '10.0.0.25:3000',
		'epDbdApi': '10.0.0.25:3001',
		'epWeb': '10.0.0.20:8000'
})

About

Web app for users' and plans' administration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published