FACK1 / week8---SAAO

Week 8 - Express app.
1 stars 1 forks source link

Outline of the app #1

Closed orjwan98 closed 5 years ago

orjwan98 commented 5 years ago

SAAO : is a web app that allow to user to add a images to the database with description about it.

Endpoints

1st end-point / , is a Home page

respond with html that already has the data attached to it before being sent to the client, then let it call the css once it renders in the browser.


Display images with descriptions/have a form to add your own image. 2nd end-point /add => add images with description. POST request. send image to the server. Server then queries the database. add an image to db and return a response. Then redirect to home page with the new posted image. aka ( respond with html that already has the data attached to it before being sent to the client, then let it call the css once it renders in the browser.)