Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malcodeman/analytics-backend


https://github.com/malcodeman/analytics-backend

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Analytics backend

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

Simple graphQL mongoDB API.

## Usage

.env:

```
PORT=4000
PRIVATE_KEY=key
NODE_ENV=development
SENDGRID_API_KEY=key
MONGODB_URI=uri
MASTER_LOGIN_CODE=code
```

```
yarn install
yarn start
```

Database commands:

```
yarn run db:drop
yarn run db:seed
```

## License

[MIT](./LICENSE)