Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camilo716/crello

Web Tasks Board
https://github.com/camilo716/crello

composer css javascript laravel mysql php phpunit

Last synced: 6 days ago
JSON representation

Web Tasks Board

Awesome Lists containing this project

README

        

# Crello

## Lightweight Trello Clone

Full stack web application inspired by Trello, allow users to organize task and projects using card-based system withing boards. (WIP)

![Crello](/docs/Img/crello.png)

### Technologies Used

- **Frontend:** HTML, CSS, JavaScript (vanilla)
- **Backend:** PHP, Laravel
- **Database:** MySQL

### Getting started

1. **Clone the Repository:**

```bash
git clone https://github.com/Camilo716/Crello.git
cd Crello
```

2. **Install dependences**

```bash
composer install
npm install
```

3. **Setup .env file**

(See .env.example)

4. **Run the tests**

``` bash
php artisan test
```

5. **Run the application**

``` bash
php artisan serve
npm run dev
```