https://github.com/salithaucsc/todoapp
Simple To Do App created using Laravel, jQuery, Ajax and Bootstrap.
https://github.com/salithaucsc/todoapp
ajax bootstrap3 jquery laravel5 php
Last synced: about 1 year ago
JSON representation
Simple To Do App created using Laravel, jQuery, Ajax and Bootstrap.
- Host: GitHub
- URL: https://github.com/salithaucsc/todoapp
- Owner: SalithaUCSC
- Created: 2018-04-13T18:05:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T18:28:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T05:43:50.134Z (about 1 year ago)
- Topics: ajax, bootstrap3, jquery, laravel5, php
- Language: PHP
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoApp
## How to create a simple ToDo application using Laravel, Ajax, jQuery and Bootstrap. Tasks are stored in a MYSQL database.
### Instructions to setup
1. Download the zip file.
2. Extract it and rename as **ToDoApp**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called **laravel_todo** and select it.
5. Then import the SQL file included in the project folder called **laravel_todo.sql**.
6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
7. Now move the **ToDoApp** folder into it.
8. Open a **cmd** and go into the project folder using : cd "C:\xampp\htdocs\ToDoApp
9. Type **php artisan serve** in cmd.
9. Open the web browser and type the URL for the project as - "http://localhost:8000".


