ambagape / tasks-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About this project

This project was built in laravel and the frontend is done in angular.

Project Setup

  1. composer install
  2. cp .env.example .env
  3. php artisan key:generate
  4. Update .env with db details
  5. php artisan migrate:fresh --seed This will setup the app and populate the app with seed data
  6. cd resources/js/angular
  7. npm i
  8. npm run start

URLs

API: localhost:8000/api

Frontend: localhost:4200

About


Languages

Language:PHP 45.8%Language:TypeScript 27.1%Language:HTML 22.1%Language:Blade 4.7%Language:JavaScript 0.3%Language:CSS 0.0%