Thanks to visit codestin.com
Credit goes to github.com

Skip to content

muzalee/web-todo

Repository files navigation

TODO WEB APP

TODO WEB APP is a web application generated in Laravel and Vue3.

Getting Started

  • Install Composer
  • Install Laravel
  • Install Vue: npm install -g @vue/cli
  • Use any mysql database you prefer
  • copy .env.example to .env and change the db connection
  • Run: npm install
  • Run: composer install
  • Run migration: php artisan migrate
  • Run seeding: php artisan db:seed
  • Run php artisan passport:install
  • Run php artisan storage:link for local storage to upload files

To Run

php artisan serve
npm run dev

API Documentation

Visit this link for the live documentation this link for the postman collection or this link for the exported documentation.

License

MIT

About

A Todo web app developed with laravel framework, vue3, tailwind css and inertiajs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published