Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.07 KB

Stocky

Stocky is a full-stack warehouse inventory management application built with React, Express, NodeJS, and MySQL. This was an agile team project managed with Jira.

Table of Contents

  1. Description
  2. Screenshots
  3. Tech Stack
  4. Installation Instructions
  5. Usage
  6. Contributing
  7. License

Description

A comprehensive application to manage warehouse inventory efficiently.

Tech Stack

  • React
  • Express
  • NodeJS
  • MySQL

Installation Instructions

  1. Clone the repository: git clone https://github.com/LohiyaH/Stocky.git
  2. Navigate to the client and server directories and install dependencies:
    • For client: npm install
    • For server: npm install

Usage

  • Start the server: npm run server
  • Start the client: npm start

Contributing

Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.