Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

kschwab/CS573-Assignments-Vagrant-Node-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CS573 Vagrant Extra Credit

This is the extra credit for CS573 HW 8, Problem #24.

Running the Web Server

To run the web server, issue the following commands:

$ cd <folder of cloned CS573-Assignments-Vagrant-Node-JS>
$ vagrant up
$ vagrant ssh
$ /vagrant/start_server.sh

Note: It is possible in some instances that the provider will need to be specified for vagrant up. In this case, the vagrant up command should be vagrant up --provider <Provider Name>. For VirtualBox provider, this would be vagrant up --provider virtualbox.

Accessing the Web Server

To access the web server, the URL is:

http://localhost:8080

DB Interaction

To interact with the web server DB, timestamps are generated on URL accesses and written/read from the PostgreSQL database. To access the DB, the URL is:

http://localhost:8080/db

About

Extra credit for CS573 HW 8, Problem #24.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages