A simple application for a user's contact list using Laravel as it's core API and VUE.js as it's front-end.
Built using
- Laravel - Framework used to build the API and serve the application
- Vue.js - Front-end framework used to create SPA
- NPM - Package manager
Database
MySQL Database
Edit application .env file with the database details
Test your DB Config
php artisan migrateAPI URLs
GET::application.url/api/contacts -> retrieve a detailed list paginated for the contacts
GET::application.url/api/contact/contact_id -> retrieve details from a specific contact
POST::application.url/api/contact -> create a new contact and store it on database
PUT::application.url/api/contact -> updates the contact object
DELETE::application.url/api/contact/contact_id -> delete a specific contact from the database
License
This project uses MIT License, view project license for details.
v0.9