https://github.com/chamini2/perasconmanzanas
https://github.com/chamini2/perasconmanzanas
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chamini2/perasconmanzanas
- Owner: chamini2
- Created: 2019-03-26T18:08:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T18:14:40.000Z (over 3 years ago)
- Last Synced: 2025-03-11T18:09:10.813Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- 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
```