By Harris, Liam, Janaina
We wanted to create a simple blog which allows new users to sign up, create blogposts and give feedback to other users posts by "liking" it. It is written in mainly in PHP using Classmethods for Posts and Users.
- Users can signup and login
- Write, Delete and Edit their own post
- Like/Unlike other posts by other users
- Admin has same base privilage as an user
- Can also remove any post on the blog
- Use more AJAX-requests to handle the login, create/edit posts
- Make an admindashboard with more options
- Make a profilepage for users
- Improve design
- Bootstrap
- Jquery, Ajax