dimitri16h / fleet

Capstone Project - Full Stack App created with Laravel - features PHP backend & Vue.js frontend
https://bootcamp-s18-fleet.herokuapp.com/
0 stars 0 forks source link

Get / Post Methods #1

Closed dimitri16h closed 6 years ago

dimitri16h commented 6 years ago

The site needs to be able to interact with the databases.

dimitri16h commented 6 years ago

Working on this as it is needed as one of the first steps in the flow of the application to create a new company in the companies table.

dimitri16h commented 6 years ago

Get methods working on dashboard to show data from companies table and post method working on the company page. Leaving this issue open for now as there will need to be more additions later.