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

https://github.com/atzomx/exchange-server


https://github.com/atzomx/exchange-server

apollo-server apollo-server-express graphql jest mongodb type-graphql typegoose

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

For run locally we need a database

```
docker-compose up -d
```

* `-d` means __detached__

## Mongo DB URL Local

```
mongodb://localhost:27017/exchangedb
```

## Getting Started

First, run the development server:

```bash
yarn install
yarn dev:start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.