/Fake-News-1

Fake News - assignments repository

Primary LanguagePHPMIT LicenseMIT


Fake News
A tiny news application.

Description

Fake-News is a repository for WU18s first PHP assignment. WU18 is the Webdeveloper class of fall 2018 at Yrgo.
Fake-News is an application that dynamically displays news articles from a database. It also has support for users registering on their own and uploading their own articles.

Features

User

  • Register
  • Login

Posts

  • Create
  • Update
  • Delete
  • Read
  • Read posts from specific users

Installation

  1. Install SQLite3
    Debian / Ubuntu:

    sudo apt install sqlite3
    

    OS X / Homebrew:

    brew install sqlite3
    
  2. Clone the directory

    git clone https://github.com/erhuz/Fake-News.git
    
  3. Setup a dedicated webserver root in the cloned directory etc: /home/${USER}/sites/fake-news/.
    Note: The application WILL NOT WORK CORRECTLY if you not have the webserver root in the cloned directory.

  4. Enjoy your Fake News!

Testers

  • Maja Fillipsson
  • Rebecca Klaening

Credit

License

The MIT License (MIT)