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

https://github.com/fed/places-api

Places Backlog RESTful API 🌎
https://github.com/fed/places-api

express mongodb mongoose restful-api typescript

Last synced: about 2 months ago
JSON representation

Places Backlog RESTful API 🌎

Awesome Lists containing this project

README

        

# places-api

## Prerequisites

* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)

## Running locally

```
DB_PASSWORD=X yarn start
```

## Credits

Based off http://mherman.org/blog/2016/11/05/developing-a-restful-api-with-node-and-typescript/