Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use these files...

Step 1: install node.js libraries
	
	Start the command prompt, execute "npm init", and press enter until the prompt ends.
	
	Enter the following commands:
		npm install --save body-parser
		npm install --save express
		npm install --save express-session
		npm install --save http
		npm install --save mysql
		npm install --save path

Step 2: Create a MySQL server, and import the SQL_Database.sql into a schema named "dbmsproj".
	The username/password of your server needs to be root/root.
	//The name/username/password can be different but you'll need to edit the web_server.js code!

Step 3: Run web_server.js using "node web_server.js"

Step 4: Open up a browser and put "http://localhost:42069" as the address

About

This is a full-stack project with a MySQL backend, and a node.js web server along with client-side js, html, and css

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages