Giter VIP home page Giter VIP logo

photostore's Introduction

PhotoStore

A buggy web application to store and share your photos

Before you start

This project is divided into two branches

  • main - Cyber Security

    • finding bugs
    • patching them
  • dev - Web Development

    • improvements or additions in frontend and/or backend

For Cyber Security

Once you have figured out a bug, create a POC - Proof Of Concept
You will be required to provide your POC within your Pull Request
Or else it won't be considered for evaluation and you won't be rewarded with any points whatsoever

Given that you would have to go through the code and understand how is it all working
This project may be a little harder for the beginners
No worries! During the whole event, some hints will be dropped within the respective Issue

For Web Development

Please refer to dev branch

Requirements

  • Basic understanding of backend and frontend
  • Python3 (3.7 or newer is expected)
  • pip (package installer for Python)
  • virtualenv

Read more about virtualenv here

Setup

Assuming you have cloned this repository, following instructions will get your server running

# Create a virtual environment
virtualenv venv

# Activate it
# for Linux
source venv/bin/activate

# for Windows
.\venv\Scripts\activate

# Install required packages
pip install -r requirements.txt

# Run the server
python server.py

# For debugging, to see server requests
python app.py

# Server will run on `localhost:8080`
# you can modify this in `app.py` and/or `server.py`

Issues

Go through the code, visit the web application
See Issues to know more

Queries

For any queries related to this project, please keep them to Discord only

Have fun ๐Ÿ˜„

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.