Skip to content

OpenDoorss/stocksip-front-end-application

Repository files navigation

Stocksip FrontEnd Application

StockSip is a specialized inventory management solution designed specifically for liquor store owners and suppliers. Key features include:

  • Detailed product care guidelines (storage, handling, and preservation).
  • Smart stock tracking for wines, spirits, and beers.
  • Built-in purchasing system (order directly to suppliers)

Summary

This project is a front-end application for Stocksip, a

Features

Project features include:

  • CRUD operations for warehouses, reports and authentication.
  • Domain-Driven Design (DDD) principles.
  • Internationalization (i18n) support.
  • Integration with JSON Server Fake Api
  • In-app Navigation App
  • Environment configuration

Documentation

The documentation is available in the docs' folder. It includes:

Frameworks and Libraries

This project was generated using Angular CLI version 19.2.11.

It also uses the following dependencies:

Fake API start

Run the following commands to start the fake API server:

For windows:

 cd server
 cmd start.cmd
 start.cmd

For MacOS/Linux:

 cd server
 sh start.sh

The API endpoints should be access at http://localhost:3000/api/v1. The current API resource endpoints are:

  • http://localhost:3000/api/v1/warehouses
  • http://localhost:3000/api/v1/products
  • http://localhost:3000/api/v1/reports
  • http://localhost:3000/api/v1/zones
  • http://localhost:3000/api/v1/users

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors