Skip to content

kobimantzur/laravel-todos-api

 
 

Repository files navigation

Laravel Todos Manager APi

Logo

This is the Backend API for our Todos Electron and React APP.

get it up and running.

After you clone this project, do the following:

# go into the project
cd laravel-todos-api

# create a .env file
cp .env.example .env

#change the DB_CONNECTION inside the .env file
DB_CONNECTION=sqlite

# install composer dependencies
composer update

# install npm dependencies
npm install

# generate a key for your application
php artisan key:generate

# create a file for your SQLite database
touch database/database.sqlite

# mrun the migration files to generate the schema
php artisan migrate

# run webpack and watch for changes
npm run watch

Good Luck :)

About

A simple todos API for our Electron Todos App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.0%
  • HTML 3.3%
  • Vue 0.7%