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

https://github.com/jsxc/group-communication-survey-api

💬 Group Communication Survey Web API
https://github.com/jsxc/group-communication-survey-api

Last synced: 12 months ago
JSON representation

💬 Group Communication Survey Web API

Awesome Lists containing this project

README

          




Group Communication Survey API


## Production

### Prerequisites

- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- `.env`
- `NODE_ENV`
- `MONGODB_USERNAME`
- `MONGODB_PASSWORD`

### Running

- `❯ docker-compose up -d --build`

## Development

### Prerequisites

- [Node.js](https://nodejs.org/en) `v10.15.3`
- [Yarn](https://yarnpkg.com/en/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- `.env`
- `NODE_ENV`
- `MONGODB_USERNAME`
- `MONGODB_PASSWORD`

### Running

- `❯ yarn`
- `❯ docker-compose --file docker-compose.dev.yml up -d`
- `❯ yarn start`

## Export Data

- `❯ ./export.sh`