smiftakhairul / todo-api

Todo API Project for Managing Todo Lists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo API

Todo API Project for Managing Todo Lists.

Installation

Install the project in your preferred directory and run the following commands.

git clone https://github.com/smiftakhairul/todo-api.git
cd todo-api

cp .env.example .env
composer install
php artisan key:generate
php artisan config:cache # clear config cache
php artisan migrate # change DB credentials in .env before running it.

Usage

Make some dummy user entries using seeder.

php artisan db:seed --class=UserSeeder

Test features of the API's by running following command.

php artisan test

Serve the project.

php artisan serve

You can test the project using the following user credentials.

email: admin@demo.com
password: 12345678

About

Todo API Project for Managing Todo Lists.


Languages

Language:PHP 77.1%Language:Blade 21.8%Language:Shell 0.9%Language:JavaScript 0.2%