Skip to content

Lemodo/info-ag.inventory-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Inventory Management System

Full stack web application for managing our inventory!

Explore the docs »

View Demo . Report Bug . Request Feature

This is the frontend system for our inventory management system. The backend express server can be found here

Table Of Contents

Built With

Getting Started

This is a guide on how to setup the project.

Prerequisites

You'll need a few prerequisites before we start.

  • npm
npm install npm@latest -g
  • firebase-tools
npm install -g firebase-tools

Installation

  1. Get a free firebase App keys at https://firebase.google.com by creating a new Authentication app.

  2. Clone the repo

git clone https://github.com/Lemodo/info-ag.inventory-management.git
  1. Install NPM packages
npm install
  1. Create .env file & fill out this boilerplate using your firebase codes and your backend API link.
REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=

REACT_APP_API=
  1. Start locally
npm run start

License

Distributed under the MIT License. See LICENSE for more information.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published