Code Monkey home page Code Monkey logo

mytrello's Introduction

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 Semel[email protected]Password1,admin
User Bis[email protected]Password1,admin
User Ter[email protected]Password1,user
User Quater[email protected]Password1,admin
User Quinquies[email protected]Password1,user
Test Semel[email protected]Password1,admin
Test Bis[email protected]Password1,user
Test Ter[email protected]Password1,admin
Test Quater[email protected]Password1,admin
Test Semel[email protected]Password1,user

mytrello's People

Contributors

xebache avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.