An app responsible for controlling your company's users, your customers, your suppliers, your products and your purchase and sales orders
Demonstration of the application | Technologies used | Application installation
- Dark mode
- User registration and authentication
- User info
- Register of cities, clients, suppliers, products, purchase orders and sales orders
- List of cities, clients, suppliers, products, purchase orders and sales orders
- Edition page of cities, clients, suppliers and products
- Active or inactive cities, clients, suppliers or products
- Fields validations: date, CEP, CPF, CNPJ, email, phone number
- Stock quantity validation
- Simple and complex filters
- For dark mode,
next-themes
was implemented
git clone https://github.com/mathwcruz/gelify.git
to clone the repository
To run the application on the web, follow the instructions from your terminal:
cd gelify
andcode .
- run
yarn
to install the dependencies of the project - Run
yarn dev
to run the application, will open at the addresslocalhost:3000
Matheus da Cruz 🚀