Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chamini2/perasconmanzanas
https://github.com/chamini2/perasconmanzanas
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chamini2/perasconmanzanas
- Owner: chamini2
- Created: 2019-03-26T18:08:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T18:14:40.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T18:46:31.280Z (about 1 year ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perasconmanzanas.com
Inventory management system. System to manage inventory of small businesses.
## Development
**TODO:** Explain how to get the necessary parts up and running for develpoment
## Deployment
### Front-end
```shell
$ cd web
$ npm run build
$ npm run deploy-production
```### Back-end
#### Database
```shell
$ cap production deploy
$ ssh2backend
$ cd /current/db
$ sqitch status
$ sqtich -f access.plan status
```#### PostgREST
```shell
$ cap production deploy
$ ssh2backend
$ cd /current
$ # TODO
```#### API
```shell
$ cap production deploy
$ ssh2backend
$ cd /current
$ # TODO
```