mkawsar / todo-code-challenge

todo-code-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Code Challenge App

A todo app built with Laravel and Vue.js

Prerequisites

  • PHP 7.1.3 or higher (We have used PHP 7.2 for development)
  • Composer
  • Node (We have used Node 10.15.3 for development)
  • Npm (We have used NPM 6.4.1 for development)
  • Git

Getting Started

Make sure PHP, Composer, Node and NPM is installed in system

  1. Clone this repository and cd into it
  2. Run composer install and npm install to download laravel and npm dependencies
  3. Run php artisan key:generate to generate a key for the app
  4. Set up your database in your .env
  5. Run php artisan migrate to build your database with tables
  6. Execute npm run watch or npm run dev to build project assets
  7. Execute php artisan serve to run the project in your browser

Built With

  • Laravel - Beautiful Php framework
  • Vue - A Great reactive Js framework
  • Vuex - Vuejs state management made simple
  • Bootstrap - A beautiful Css framework
  • Axios - A Js library to handle ajax requests easily

Support

If you have any questions or confusion please email me at mkawsarahmed@outlook.com or open an issue in the repository.

About

todo-code-challenge


Languages

Language:PHP 91.6%Language:Vue 6.7%Language:HTML 1.7%