Skip to content

aakhrif/php-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

Database

mysql -u root -p < backend/db/create_database.sql php backend/db/migration/create_tasks_table.php php backend/db/seed/seed_tasks.php

Backend

php -S localhost:8000 -t backend

frontend

npm install npm start

running apps

Frontend: http://localhost:3000

API: http://localhost:8000/api/tasks.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published