Git Product home page Git Product logo

coffeelabs's Introduction

Welcome to CoffeeLabs โ˜•


CoffeeLabs, a coffee shop specializing in the sale of coffee products.

๐Ÿฆพ Technologies

๐Ÿš€ Get Started

Deploy: CoffeeLabs

You need to be using:

Clone the repository & install dependencies:

git clone [email protected]:7-18/coffeelabs.git
cd coffeelabs
npm install
npm run start
go to http://localhost:4000/api/v1/docs

You can... ๐Ÿ“š

  • Create, update and delete products, pay methods and clasifications.
  • Add sales.
  • Manage your inventory, see stock available and total sales.
  • See all the data.

Collection ๐Ÿ“ƒ

Product Model

{
  "_id": "650d055db8b6303337f3906a",
  "name": "Ground Coffee",
  "description": "Freshly ground coffee beans",
  "stock": 100,
  "price": 12.99,
  "classification_id": "5e7c56c4719a504b9f40e4e1",
  "register_at": "2023-09-22T03:09:17.838+00:00",
  "update_at": "2023-09-22T13:45:02.838+00:00"
}

Classification Model

{
  "_id": "5e7c56c4719a504b9f40e4e1",
  "name": "Coffee Beans",
  "register_at": "2023-09-22T03:09:17.838+00:00",
  "update_at": "2023-09-22T13:45:02.838+00:00"
}

Sale Model

{
  "_id": "5e7c56c4719a504b9f40e4e2",
  "product_id": "650d055db8b6303337f3906a",
  "paymethod_id": "650d055db8b6303337f3906a",
  "quantity": 3,
  "sale_at": "2023-09-22T09:15:42.123+00:00"
}

Env ๐Ÿ‘€

The env_example file is a guide of what your private .env file should look like.

coffeelabs's People

Contributors

7-18 avatar

Stargazers

Julio Arenas 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.