- Laravel 10
- Vuex 4.0.0
- Vue 3
- Tailwind Css 3.3.5
- FCM (Firebase Cloud Messaging)
- Pusher
| Feature | Status |
|---|---|
| Login | |
| Register | |
| Forget Password | |
| Login with GitHub | |
| Login with Gmail |
| Feature | Status |
|---|---|
| GET | |
| POST | |
| PUT | |
| DELETE | |
| Add to Cart | |
| PayPal Integration |
| Feature | Status |
|---|---|
| Admin UI | |
| Auth | |
| Notifi + socket | |
| Shop | |
| Detail | |
| Cart | |
| PayPal Integration |
- Pull the latest branch:
git fetch - Update the master branch:
git pull master - Check the active branch in the VSCode bottom left corner
- If on the wrong branch, switch to the correct branch:
git checkout mn
- Delete local master changes:
git branch -D master - Fetch the latest master:
git fetch
- Do not use
git push -fon the master branch.
- Implement customer-to-table functionality in both backend and frontend.