Skip to content

Commit

Permalink
README added
Browse files Browse the repository at this point in the history
  • Loading branch information
cws13003 committed Nov 29, 2017
1 parent 786ef07 commit 8231414
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 70 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Final Project
## DMD 4470
For your final project you will work in teams of 2 to build a fully-functioning web application that emulates the core functionality of Twitter. For the purposes of this assignment, you are to assume that every user automatically “follows” every other user. Design counts!

### Must-have features
1. New user registration.
2. Login (session management)
3. User profile page with the users’ tweets.
4. View tweets from all users.
5. Ability to “Like” tweets when logged-in
6. Ability to search all tweets.

### Optional Features
1. DMs
2. Hashtags
3. Retweet
4. Replies

### General Requirements
1. The application will utilize PHP, MySQL and an MVC framework of your choosing.
2. Optional: You may use PHP/MVC strictly as an API with a JavaScript frontend.
3. The application database should contain at least 2 tables that are relational.
4. The application must allow input that is stored in the database.
5. The application must not break from faulty user input.
6. Your team must use Git/Github to host the source code for your application.
7. Each teammate should contribute equally to the project.
7. Your Git repository should contain a local-development environment.
8. Your README file must include detailed instructions for running your application locally.
9. The application must function locally and when deployed to production (the DMD web server or an alternative server)
70 changes: 0 additions & 70 deletions readme.rst

This file was deleted.

0 comments on commit 8231414

Please sign in to comment.