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

https://github.com/dunghenry/koa.js_mongodb


https://github.com/dunghenry/koa.js_mongodb

authentication docker koajs mongodb

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Koajs + MongoDB + Docker

### Run server

```js
npm start
```

### Run docker

```js
docker-compose up
```

### Format code

```js
npm run format
```