[HELP]Quick PHP Project - Mini Craigslist [$20]

Status
Not open for further replies.

jetiz

Junior Member
Joined
Jan 16, 2010
Messages
193
Reaction score
68
Hi,

I need a quick help with my course project on creating a mini craigslist website.

Willing to pay 20$ for completing the work. Below is what I need to be done.

  • Objective - develop a "mini-CraigsList" project

    o Use your homework solutions to create this project
    o Functionalities: Browse posts, Add new post (60 pts) o 3 categories (10 pts)
    o 3 sub categories per category (10 pts)
    o 3 posts per sub category (10 pts)
    o 3 Regions/Countries (10 pts)
    o 3 Cities/Locations (10 pts)
    o At least 1 post per Location (10 pts)
    o User Authentication (20 pts)
    o All Input Validation using RegEx (20 pts)
    o Object-Oriented coding (20 pts)
    o Well commented code (20 pts)
Final Project Setup

• Database Design and SQL File
o A database design can be used from Homework
o Students are allowed to modify or improve the database model
o MySQL username: lamp
o MySQL password: 1
o Database Name: lamp_final_project
o Students have to add Data (records) themselves

• Final project should run on current XAMPP configuration that is used through this class

How to submit Project files?

• Project Location
o Create a directory under

/home/<username>/public_html/lamp_class_project/ o Put all your files under above directory
o Create sub-folders as needed, e.g., images, etc.

• Submit appropriate SQL file to create database model o Keep the file at

/home/<username>/public_html/lamp_class_project/ o This file is required especially if you have modified the database model

• Submit appropriate SQL file to insert the records

o This file can be generated easily by exporting data from MySQL

o Keep the file at /home/<username>/public_html/lamp_class_project/

How to submit Project files?

• Tar-gz the project folder o tar cvfz

/home/<username>/<yourName>_lamp_project.tgz

/home/<username>/public_html/lamp_class_project/ o Submit <yourName>_lamp_project.tgz file through
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top