https://github.com/nabilaazzahrra/store-fullstack-nextjs
This Store Management application is designed to facilitate the management of incoming and outgoing goods, as well as transactions within a store. Built using NextJS, this application offers an easy-to-use interface and rich features to support your store operations.
https://github.com/nabilaazzahrra/store-fullstack-nextjs
javascript mysql nextjs nodejs reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
This Store Management application is designed to facilitate the management of incoming and outgoing goods, as well as transactions within a store. Built using NextJS, this application offers an easy-to-use interface and rich features to support your store operations.
- Host: GitHub
- URL: https://github.com/nabilaazzahrra/store-fullstack-nextjs
- Owner: NabilaAzzahrra
- Created: 2024-05-28T02:30:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T07:21:58.000Z (11 months ago)
- Last Synced: 2025-01-24T02:22:37.439Z (3 months ago)
- Topics: javascript, mysql, nextjs, nodejs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://nabilaazzahrra.github.io/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Management Application
This Store Management application is designed to facilitate the management of incoming and outgoing goods, as well as transactions within a store. Built using NextJS, this application offers an easy-to-use interface and rich features to support your store operations.
## Features
1. *Inventory Management (Incoming Goods)*
- Add new items to the inventory.
- Update the quantity of existing items in the inventory.
- View the history of incoming goods.2. *Inventory Management (Outgoing Goods)*
- Record items that are removed from the inventory.
- Automatically reduce the quantity of items in the inventory.
- View the history of outgoing goods.3. *Transactions*
- Record sales transactions.
- View transaction history.
- Calculate total daily, weekly, and monthly sales.## Technologies Used
- *NextJS* - A React framework for building efficient and high-performance web applications.
- *React* - A JavaScript library for building user interfaces.
- *Tailwind CSS* - A CSS framework for quick and easy styling.
- *MySQL* - A NoSQL database for efficient data storage.
- *Node.js* - A server environment for running JavaScript applications on the server.## Installation
Clone this repository to your local machine.
bash
git clone https://github.com/NabilaAzzahrra/store-management.git
cd store-management
npm install
npm run dev