FACTUMA is a comprehensive store management system designed to simplify the daily operations of retail businesses. It provides a user-friendly interface for managing inventory, sales, and customer data.
Clone this repository and install all dependencies.
To start the project, use the following command:
npm start
To run tests using Webpack, execute this command:
npm test
The codebase is organized into two main folders:
- src: Contains the client-side code.
- serv: Contains the server-side code.
- React: Building user interfaces
- Webpack: Module bundler for packing the client-side code
- Express: Web framework for Node.js server
🚀 in development...