Skip to content

Vali-Ruziboev/Task-Management-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Task-Management-Web

Tech Stack

  • React.js
  • Laravel
  • MySQL
  • Tailwind CSS
  • Redux Toolkit

Setup

Frontend (client)

  1. RUN: cd client
  2. Create .env.local file in root directory of client folder, refer to .env.local.example for values
  3. RUN: npm install
  4. RUN npm run start

Backend (server)

  1. RUN: cd server
  2. Create .env file in root directory of server folder, refer to .env.local.example for values
  3. Setup the myslq db in your local
  4. RUN: php artisan migrate
  5. RUN: php artisan serve

Demo Video

ScreenCaptureProject58.mp4