You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically it's a simple CRUD project, for Learning Vue.js.
2
+
3
+
# Created with
4
+
Vue.js, PHP, Axios, Bootstrap
5
+
6
+
# How to setup
7
+
8
+
1. Create a database
9
+
2. import the users.sql file
10
+
3. change database connection from `<project_path>/api/v1.php` on line number #7
11
+
4. change ULR from `<project_path>/js/app.js` on line number #21, #34, #49, #64 like `http://localhost/<project_path>/api/v1.php?action=<action_leave_as_default>`
12
+
13
+
Ping me on facebook, if you need any information: [Rudra Sarkar](https://www.facebook.com/R.sark4r)
0 commit comments