Giter Site home page Giter Site logo

fashion's Introduction

Live Selling Show API

This project provides the API for a live selling show platform, allowing for inventory management and live sales updates.

Getting Started

These instructions will get the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js (v16 or and above)
  • npm (v8 and above)

Installing

To install the dependencies, run the following command in the project root directory:

npm install

Running the Application

To start the application, run:

npm start

This will start the server, typically on localhost:3000. You can interact with the API using any HTTP client such as curl, Postman, insomnia etc.

API Documentation

Once the server is running, you can view the Swagger UI and interact with the API documentation at the /documentation route. So if you're running the server locally, you would go to http://localhost:3000/documentation in your web browser.

Running the Tests

This project uses Jest for unit testing. To run the tests, use:

npm test

You should see output indicating the pass/fail status of each test and overall test suite.

API Endpoints

  • POST /inventory: Add or update inventory items.
  • POST /show/{showID}/buy_item/{itemID}: Buy a single item during a show.
  • GET /show/{showID}/sold_items/{itemID?}: Get the number of sold items by show and optionally by item.

Built With

  • Node.js
  • Hapi.js
  • Joi
  • Swagger (for API Documentation)

Author

Nwoko Lawrence Ndubueze

fashion's People

Contributors

talktothelaw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.