Skip to content

AhmadHoseiny/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList

A full stack website that helps users with keeping track of to-dos tasks. It supports user authentication and authorization, create, read, update and delete todos tasks.

Istallation

  1. Clone the repository
        git clone https://github.com/AhmadHoseiny/ToDoList.git
  1. Set up your MySQL database credentials in backend/.env.example file and then rename it to backend/.env
  2. Install backend dependencies
        cd backend
        npm install
  1. Install frontend dependencies
        cd frontend
        npm install
  1. Run backend server
        php artisan serve
  1. Run frontend server and use the provided URL to access the website
        npm run dev

Sample Screenshot

logo

Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published