Skip to content

Xebache/MyTrello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Project

php and javascript Web application inspired by Trello.

This application was developed in an academic course during my second year of the bachelor in computed science at EPFC.
It uses a homemade framework provided by the teacher to simplify some steps (framework) as well as a MVC pattern.

Description

As mentionned before, the application is Trello-like and is very similar in its utilisation. The user creates and manages boards, columns and cards.

A registered user creates a board; he becomes the owner of that board and can manage it entirely. He may invite other users to collaborate on his board. These collaborators can edit or delete columns and cards.

The admins have access to all the boards of the database and have the right to edit, delete them. They also manage a list of all the users, creating, editing or deleting them.

Columns and cards are draggable, all contents are editable (each modification is saved in the database)

If a card has an expiration date, it appears in the calendar.

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot

Miscellaneous

Installation

The site is not deployed but can run locally.

  • Import the database in phpMyAdmin.
  • In config/prod.ini, make sure mysql_path correspond to the local Web server.
  • Type http://localhost/trello/MyTrello!/setup in a browser to install the database.

List of users

NameMailPasswordRole
User Semeluser1@mail.comPassword1,admin
User Bisuser2@mail.comPassword1,admin
User Teruser3@mail.comPassword1,user
User Quateruser4@mail.comPassword1,admin
User Quinquiesuser5@mail.comPassword1,user
Test Semeltest@epfc.euPassword1,admin
Test Bistest2@epfc.euPassword1,user
Test Tertest3@epfc.euPassword1,admin
Test Quatertest4@epfc.euPassword1,admin
Test Semeluser1@mail.comPassword1,user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published