Skip to content

HRR43-Team-Leia-SDC/Additional-Items

Repository files navigation

This will be the component that renders the additional items for sale from the seller.

Port: Set up to use process.env.ADDITIONAL_ITEMS_PORT variable. Defaults to 3004 if the .env is not set up.

Server start script: npm start

Build script: npm run build

Database seeding script: npm run seed

CRUD API routes

GET items for a seller '/additional'

DELETE an item '/additional/:id'

PUT update an item '/additional/:id'

POST a new item '/additional'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published