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

https://github.com/tableflip/intimate-objects


https://github.com/tableflip/intimate-objects

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Intimate Objects

## Getting started

### Install dependencies

Install NodeJS
Install MongoDB

```sh
npm install
```

### Run

```sh
mongod
npm start
```