Coder Social home page Coder Social logo

camagru's Introduction

camagru

A basic web app similar to Instagram, that allows users to upload images, apply stickers, like and comment on images.

Requirements

Installation

How to download source code:

  • Click clone / download

How to set up and configure XAMPP:

  1. Place the downloaded Camagru folder into the installed path "C:\xampp\htdocs"

  2. Next navigate to "C:\xampp\php\php.ini"

  • Look for the heading "[mail function]"
  • Set SMTP=smtp.gmail.com
  • smtp_port=587
  • sendmail_from = ENTER YOUR EMAIL HERE
  • sendmail_path = ""C:\xampp\sendmail\sendmail.exe" -t"
  • Save and close php.ini
  1. Next navigate to "C:\xampp\sendmail\sendmail.ini"
  • Look for the heading "[sendmail]"
  • Set smtp_server=smtp.gmail.com
  • Set smtp_port=587
  • Set auth_username = ENTER YOUR EMAIL HERE
  • Set auth_password = ENTER YOUR GMAIL PASSWORD
  • Save and close sendmail.ini

How to run the program

  1. Open XAMPP
  • Click on the start button for "Apache"
  • Click on the start button for "MySQL"
  1. Open a web browser of your choosing

Testing

Tests that are executed:

  • Preliminary checks, used PHP, no external frameworks (aside from css), config files in the correct location. Used PDOs
  • Webserver starts
  • Create an account
  • Log in
  • Capture a picture with the webcam / upload an image
  • Change user credentials

Expected outcomes:

  • Backend code written in PHP
  • No frameworks used (aside from css)
  • database.php + setup.php in the config folder
  • Used PDOs
  • Web server starts on localhost
  • Able to register
  • Able to log in
  • Able to capture photos
  • Able to change credentials

camagru's People

Contributors

juboyer26 avatar

Watchers

James Cloos avatar  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.