Vue 3 App that utilizes Laravel API to serve Blog Application (BLOG CRUD)
Run
npm install
to get all the dependencies of the application
Used following to build front end of the blog application
- Composition API
- Tailwind CSS
- Pinia
- axios
- vue-router
- notyf
- sweetalert2
Application Includes
- Login
- Register
- Blogs List
- Blog View
- Author Specific Blogs
- Create Blog (after login)
- List own blogs (after login)
- Edit own blog (after login)
- Delete own blog (after login)
- Like Blogs
Its Laravel API serving application is available here : (https://github.com/iamkartikbhat23/blog-laravel-api)
Run the laravel API at port 8001 instead of default 8000 port