Code Monkey home page Code Monkey logo

popx's Introduction

Popx - Case Study

Pay as you go, modular showrooms for small retail vendors. Similar to WeWork for retail.

The goal of this project was to identify a problem in the retail space, speak to customers, and find a solution to bring physical retail back to life. The end result was finding cheap real-estate in packed urban areas, segmented each store into blocks, and selling individual blocks at a premium.

Custodmer feedback, research, and other case study documents can be found here: Case Study Documents

PopX Demo

Landing Page

Bootstrap

# Set up your environment
$ cd popx
$ virtualenv env
$ source env/bin/activate

$ pip install fabric  # If this is not already installed globally.
# Bootstrap dependencies
$ fab bootstrap

Testing

# After bootstrapping
$ fab test

Running locally

# Run a local server
fab serve

Usage

  • Add a new page route to popx/__init__.py
  • Set a template for the route, the default is home.html
  • Edit development.yaml and production.yaml with appropriate variables to include your new page

You may include mailchimp and google analytics options by manually updating the template. You can also show/hide sections of a template by using the 'show' booleans.

Place all images in the static/img/ folder.

Migrations on production (Heroku)

# Migrate to head.
heroku db upgrade head

# Upgrade +X revisions.
heroku db upgrade +1

# Downgrade -X revisions.
heroku db downgrade -1

Deploying to Heroku

# Deploys on push.
$ git heroku push master

Future Work

More templates to come, and more dynamic pages will be added in the future.

popx's People

Contributors

cgil avatar

Watchers

 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.