/Databases

databases class

Primary LanguageHTML

this is our github and it has a specific structure to stay organized. there exist 3 directories 

design:
	this directory holds designes such as:
	ER digrams
	and any written work pertaining to the project as a whole.

UI:
	this is for html and css files and helper files.
	.html
	.css
	.javascript
	in the directory will be our UI design and our basic layout of the front end project

mysql:
	this directory is for mysql files
	dump files
	.sql
	asci document with commands to create our database.
	asci document with test information to fill the database.