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
- Host: GitHub
- URL: https://github.com/aungmyokyaw/pinterest-clone
- Owner: AungMyoKyaw
- Created: 2017-03-30T09:03:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T12:44:08.000Z (about 8 years ago)
- Last Synced: 2025-01-20T13:34:54.581Z (4 months ago)
- Topics: pinterest-clone
- Language: TypeScript
- Homepage: https://pinterest-clonefcc.herokuapp.com/
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```