Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juelvaldivia/stock-inventory

Stock inventory is an open source software to manage any product
https://github.com/juelvaldivia/stock-inventory

Last synced: 4 days ago
JSON representation

Stock inventory is an open source software to manage any product

Awesome Lists containing this project

README

        

### Run docker compose using `Make`

There are several commands that can be executed with the help of "make" which will be explained below.
For now, you can run the following to start the services.

```
$ make build
```

```
$ make up
```

_(Run `make help` inside the docker-compose folder to see all the commands available)_

### Open your localhost in the web browser.

In your web browser, go to http://localhost:3000 so you can access to the web application.

### Now you are ready to run the application in your local environment.

## Screenshots

![Products](https://github.com/juelvaldivia/stock-inventory/blob/master/screenshots/products.jpg)