Woz-U-Group-Projects / team-kind-snyder

0 stars 2 forks source link

Back End #2

Open delucholuis opened 5 years ago

delucholuis commented 5 years ago

Figure out the back end of the project, make sure it works the way it's supposed to in order to start making changes and do work on it. Find out about it as much as you can, including how to connect it all together so it works seamlessly.

delucholuis commented 5 years ago

The app will allow the user to post a picture and a short description along with it, other users will be able to see the post but not edit.

-What's Screenshot 2019-09-05 16 51 28 needed: A model with a description field. -An operation to create that data, and to read the data.

delucholuis commented 5 years ago

Richard will be in charge of the operation to create data. Leo will be in charge of the model with description field.

leodavid1024 commented 5 years ago
Controllers

Finally got the Controllers up and Running to generate the input from FRONT and Store to Database and return Back End result.