Ecosyste.ms: Awesome

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

https://github.com/malcodeman/apage-api


https://github.com/malcodeman/apage-api

Last synced: 2 months ago
JSON representation

Lists

README

        

# Apage api

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/apage-api/blob/master/LICENSE)

Simple RESTful mongoDB API.

## Usage

.env:

```
MONGODB_URI = mongodb://root:[email protected]:29448/apage
PORT = 4000
PRIVATE_KEY = secret
```

To start the service run:

```
yarn install
yarn start
```

Database commands:

```
yarn run db:drop
```

## License

[MIT](./LICENSE)