#Bangla-To-Do-Application-in-Laravel-5.2

This application is a basic To-Do Application where User Interface is written in Bangla Language.

First of all you have to register yourself.

Alt text

Then you can add Task.

Alt text

Only you can edit or delete the task.

Alt text

Task can be done by any user.

Alt text

If the person who added the task or the person who did the task do not like this then they can use “Not Done” option.

Alt text

I also added Bangla Validation rule in this application.

Alt text

##How to run it in Local Server

I did this application in Laravel 5.2 and use MySQL Database.

1.Download Zip or if you have GIT installed then write on your terminal/cmd

git clone https://github.com/kaiser-tushar/Bangla-To-Do-Application-in-Laravel-5.2.git

2.Go to project folder.

3.Open and write on your cmd/terminal:

composer install

4.write on your cmd/terminal:

composer update

5.change the default.env.example file name to .env

For windows: copy default.env.example .env

For Mac/Linux: cp default.env.example .env

Alt text

6.Write the confuguration in .env file (ex: database name,username,password)

Alt text

7.Create a database and write in cmd/treminal:

php artisan migrate

8.write in cmd/treminal:

php artisan serve