Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juelvaldivia/stock-inventory
- Owner: juelvaldivia
- Created: 2024-04-18T17:24:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:22:31.000Z (3 months ago)
- Last Synced: 2024-11-09T19:23:06.671Z (2 months ago)
- Language: Go
- Size: 770 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)