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

https://github.com/aungmyokyaw/pinterest-clone

Pinterest Clone
https://github.com/aungmyokyaw/pinterest-clone

pinterest-clone

Last synced: 2 months ago
JSON representation

Pinterest Clone

Awesome Lists containing this project

README

        

# Pinterest Clone

## Installation
```
npm install
```

## Starting Server [Development]
```
npm start
```
## Starting Server [Production]
```
npm start production
```

## Config
```
export PIC_DB=Your_DB_URL
export PORT=Your_PORT
export twitter_key=Your_twitter_key
export twitter_secret=Your_twitter_secret
```