bionyxxx / laravel-todo-list-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Todo List Rest API

This is a simple todo list rest api built with laravel 10 and mysql database.

Installation

Clone the repository-

git clone https://github.com/bionyxxx/laravel-todo-list-rest-api.git

Then cd into the folder with this command-

cd laravel-todo-list-rest-api

Then do a composer install

composer install

Then create a environment file using this command-

cp .env.example .env

Then provide the database details in the .env file like this-

DB_CONNECTION=mysql
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Then create a database named todo_list and then do a database migration using this command-

php artisan migrate

Then start the server using this command-

php artisan serve

Postman Documentation https://documenter.getpostman.com/view/8754184/2s9YCBsoje

About


Languages

Language:PHP 74.0%Language:Blade 25.8%Language:JavaScript 0.3%