Skip to content

eleCtrik18/warehousing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Warehousing Dashboard

This app provides a Dashboard that allows user to add products and apply CRUD operations on them also it uses React Redux to maintain state of the UI

Getting started

1. Clone the warehousing repository

git clone https://github.com/eleCtrik18/warehousing.git
cd warehosuing

2. Install package dependencies

In the frontend directory, run:

npm install

In the backend directory, run:

npm install

3. Start development servers

To start server, client run:

# In the root directory (mern):
npm start
# Server API is running at http://localhost:5000 
# Web client is running at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published