Skip to content

Latest commit

 

History

History
105 lines (60 loc) · 2.77 KB

README.md

File metadata and controls

105 lines (60 loc) · 2.77 KB

Inventory App

Description

Invy is a Inventory Managment app implemented with React, Node, Express and PostgresSQL. It will help the user to keep track of products in stock and sales.

How Register

Invy App Registration:

  • START Click the Register button on the Navigation or on the banner.
  • Fill u and submit Fill up the input box for Name,Email and Password.
  • Register Click the Register button

Invy App Demo Account:

  • START Click the Login button on the Navigation or on the banner.
  • Demo Click the Demo button

About the project:

Invy app:

  • Invy app is implemented with React, Node, Express,Firebase for authentication and postgresSQL

Mobile responsive:

Overview:

User will see a Sumarry of the activities

The Products page:

User will see a list of products added by themselves

The Place order page:

User will see a list of products added by to be sold

The Order history page:

User will see a list of past orders with details about the client

The Add products page:

User will see a form to fill with information about the product to add.

Project setup:

git clone https://github.com/aneudya4/inventory-app-ui.git
cd inventory-app-ui
npm install
npm run start
open http://localhost:3000

NOTE:

  • issue with fetching You will need to connect to a server, here is the repo for the local server

Future scope:

  • Adding a details view for past orders
  • Mergin all orders placed by the same client