Skip to content

The Project was started with the idea of capturing random pictures of users withe the help of WebRTC.

Notifications You must be signed in to change notification settings

kitarp29/randompic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Picture

The Project was started with the idea of capturing random pictures of users with the help of WebRTC.

Tech-Stack

  • NodeJS- For rendering the Server side handling of GET and POST requests and connecting to DB
  • MongoDB- The User data is saved in a Mongo Database deployed on AWS Bucket-S3 via MongoDB
  • ExpressJS- For passing the data from user to DB and vice versa.
  • EJS- For rendering the data from user to DB and vice versa on the webpages.
  • NPM Packages- Various other NPM packages like Body-Parser etc
  • Running locally

    • Clone the Repo
    • Move to the Dir
    • Run the below commands:
    • npm i
    • node app.js
    • Project is served on http://localhost:3000/

    Docker Setup:

    • First make sure your laptop has Docker
    • Open terminal, run docker pull kitarp29/randompic:1.0
    • Run docker run -d --name pk -p 3000:3000 kitarp29/randompic:1.0
    • The API is running at http://localhost:3000/

    About

    The Project was started with the idea of capturing random pictures of users withe the help of WebRTC.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published