instock-app
instock-app copied to clipboard
A sales management system that enables store owners and cashiers keep records of sales.
Sales management application with Next.js and Firebase
The application does the following:
- authenticates users via Email and Password with Firebase,
- allows a user (cashier or store owner) to create various categories for the products,
- add and delete products from the application, and
- record and track sales made daily.
Live Demo
How-to Guide
Installation
- Clone the project repository. Don't forget to star the repo 😉
- Run
npm installto install its dependencies. - Start the development server by running
npm run dev