chamini2 / perasconmanzanas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

$ cd web
$ npm run build
$ npm run deploy-production

Back-end

Database

$ cap production deploy
$ ssh2backend
$ cd <project>/current/db
$ sqitch status
$ sqtich -f access.plan status

PostgREST

$ cap production deploy
$ ssh2backend
$ cd <project>/current
$ # TODO

API

$ cap production deploy
$ ssh2backend
$ cd <project>/current
$ # TODO

About


Languages

Language:TypeScript 57.0%Language:PLpgSQL 29.0%Language:JavaScript 8.0%Language:CSS 1.9%Language:Shell 1.3%Language:HTML 1.3%Language:Makefile 0.7%Language:Ruby 0.7%