Skip to content

davidlinhares/contact

Repository files navigation

CONTACT APP

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 migrate

API 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

License This project uses MIT License, view project license for details.

Version

v0.9

About

Simple contact application using laravel + vue.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published