Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.52 KB

OpenWMS

Summary

All companies, from minor to big ones, needed to control their warehouse. Many entrepreneurs in Brazil commonly use inefficient methods that spend a lot of time, for example, spreadsheets, because large WMS systems are too expensive. Through this project, our goal was to create a WMS free and accessible for everyone, where any business can create an account and control their warehouse without risks and with shelf life and minimum quantity alerts.

Design

OpenWMS The design was build focused on simplicity, turning the application very intuitive and friendly for any user.

Technologies

The project was build with these technologies:

Installation

To run our project, you will need npm/yarn and git.

You will need to clone our backend repository, follow the command below:

git clone https://github.com/regisfaria/open_wms_backend

After you cloned the repository, follow the commands in backend repository:

After the backend is ready to use, run the command below:

yarn start OU npm start

The project will be running locally on this URI: http://localhost:3000.