Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chamini2/perasconmanzanas


https://github.com/chamini2/perasconmanzanas

Last synced: about 3 hours ago
JSON representation

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
```