Git Product home page Git Product logo

right-click's Introduction

RightClick

Its a contest hosting web App where user should have to logged in to create contest and any other user can either participate by uploading their pictures or they can vote on other participants picture.

Top 3 result of that contest will be automatically declared on the date provided by user. Result will be available on result section.

Install

Some configurations for the project need to be set up like

Create .env file in root of dir, add following configuration FbCLIENT_ID = '' FbCLIENT_SEC = ''

GoogleCLIENT_ID = ''
GoogleCLIENT_SEC = ''

AWS_REGION=''
S3_BUCKET=
AWS_ACCESS_KEY_ID=''
AWS_SECRET_ACCESS_KEY=''

Create an App in https://developers.facebook.com/ and provide app's id and key as FbCLIENT_ID and FbCLIENT_SEC in env file same for google https://console.developers.google.com as GoogleCLIENT_ID and GoogleCLIENT_SEC

SetUp local MongoDb

Add AWS_REGION and S3_BUCKET name. Create AWS IAM user and give permission to access S3 read and write And add IAM user key and id in place of AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY

Add https to localhost create a ssl folder name your https certificates as server.crt and server.key keep that folder in root of Dir

Running project

npm install

Start mongodb server, configure url in app.js

node app.js

Go to https://localhost:8000

right-click's People

Contributors

amrendra007 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.