Skip to content

Server-side of "Ebay clone" app written in Node.js Express, Sequelize.

Notifications You must be signed in to change notification settings

mnezmah/buy-and-sell-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy-and-sell-server

What this project is about

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

Table of contents:

Technologies used

Click links to view some samples in this project👇

Goals for this project:

  • To practice making full-stack app
  • To combine front-end and back-end apps in one working project
  • To practice disciplined git usage

Features built so far:

Features to add in the future:

  • 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

Endpoints in this API

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.

About

Server-side of "Ebay clone" app written in Node.js Express, Sequelize.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published