Skip to content

JefferGonzalez/todo-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Todo App built with Next.js with Laravel

PHP 8.2 Laravel 11 React 18.0.0 Next.js 14.0.0 Tailwind CSS 3.4.7

Description πŸ“‹

Finally organize your work and life with QuickTask.

Table of contents

Starting πŸš€

Previous requirements πŸ“‹

Tools

Installation πŸ”§

Local installation:

# Clone this repository
# linux (ubuntu) /var/www/html/
# windows:
#  - for laragon in www folder
#  - for xammp in htdocs folder
$ https://github.com/JefferGonzalez/todo-app-api.git

# Change directory to the project path
$ cd todo-app-api

Setup:

# Install dependencies
$ composer install

.env file setup

Create an .env file and copy all content of .env.example

Then update .env file with you database credentials

Use πŸ“Œ

Migrate the database

# Migrate the database
$ php artisan migrate

Start the server

# Start the server
$ php artisan serve

Open your browser and go to the url of your project

http://localhost:8000

Built with πŸ› οΈ

About

πŸš€ Todo App built with Next.js with Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published