loglinn05 / todos-api

To-do application API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 To-Do Application Laravel API

How to start it on a local server (XAMPP)?

  1. Clone the repo into htdocs folder.
  2. Create a MySQL database named todos.
  3. Open your command prompt and navigate to the project root.
  4. Run composer install to install the project dependencies.
  5. Run php artisan migrate to run the migrations and create all the needed tables.
  6. Create .env file and copy .env.example content to it.
  7. Run php artisan serve.
  8. Run the app itself. Following the link, you will find the instruction for doing so.

Contributing

Go here.

About

To-do application API.


Languages

Language:PHP 81.4%Language:Blade 17.2%Language:Shell 0.9%Language:JavaScript 0.5%