Skip to content

nwautomator/CSc6370

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is the CSc4370/6370 Project 1 Git repository. The members of this project are:

This repository contains our project documents, database schema and data seeding script, and website code. The repository is available at https://bitbucket.org/cfreas/csc4370.

Requirements

  • Apache >= 2.2
  • MySQL >= 5.5
  • PHP >= 5.5
  • Recent vintage web browser - any web browser released in the last year should work fine

Installation

  • Install all the above prerequisites
  • Clone this repository: git clone https://bitbucket.org/cfreas/csc4370.git
  • Copy everything under the code directory to your web root
  • Create the database schema: mysql -uroot -p < db/create_mama_db.sql
  • Populate the database schema: mysql -uroot -p < db/populate_data.sql
  • Log in using the default admin user: admin/admin4370
  • Create a user under the Users menu
  • Do stuff!

FAQ

  • Nothing yet

About

Project 1 app code for the web programming class at Georgia State University (CSc6370/CSc4370)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published