Skip to content

Pinterest clone created using: Node.js with Express.js, MongoDB with Mongoose, React.js with Redux and React-router

Notifications You must be signed in to change notification settings

tomjgit/pinterestclone

Repository files navigation

pinterestclone

Build

$ npm run build_prod

for development

$ npm run build

Start

$ npm run start_prod

for development

$ npm run start

Don't forget to create a file named config.json in root directory

config.json structure

{
    "JWT_SECRET": "SECRET_JWT_KEYWORD",
    "JWT_TOKEN_SECRET": "EVEN_MORE_SECRET_JWT_KEYWORD",
    "DB": "LINK_TO_DB_example:'mongodb://localhost:27017/pinterestclone'",
    "TWITTER_CONSUMER_KEY": "TWITTER_CONSUMER_KEY(Provided by twitter)",
    "TWITTER_CONSUMER_SECRET": "TWITTER_CONSUMER_SECRET(Provided by twitter)",
    "TWITTER_CALLBACK": "http://yourdomain.com/api/user/twitterCallback"
}

About

Pinterest clone created using: Node.js with Express.js, MongoDB with Mongoose, React.js with Redux and React-router

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published