This is server-side of "Ebay-clone" application using Front and Back technologies. It was created during the Codaisseuer Academy.
Take a look at the client side of the project here
- Technologies used
- Goals for this project
- Features built so far
- Endpoints used in API
- Featrures to add in the future
- To practice making full-stack app
- To combine front-end and back-end apps in one working project
- To practice disciplined git usage
- Add a comments table in db to be able to comment the ads
- Create an Authorisation for users
- Add a delete endpoint for removing the ads
- Deploy the app on Heroku
These are the available endpoints of the API @root : http://mywebsite.com
.
-
POST @root/ads:
Creates a new advertisment. -
GET @root/ads:
Returns list of all the advertisments. -
GET @root/ads/:id:
Returns a single advertisment. -
PUT @root/ads/:id:
Changes the advertisment.