Giter VIP home page Giter VIP logo

storage's Introduction

Storage App using Flask and SQLAlchemy

In this project I developed a RESTful web application using the Python framework that provides a list of rooms and storages in these rooms. I integrated third party user registration and authentication. Authenticated users have the ability to add and edit a room, as well as post, edit and delete the storages in their rooms. I also implemented JSON and XML endpoints. And for the responsiveness I used Bootstrap Framework.

Setting up the Environment and Installation

  1. Install VirtualBox and Vagrant
  2. Clone Storage repository by typing in Terminal 'git clone https://github.com/oxflick/storage.git'.
  3. Move to the project folder by typing in Terminal 'cd storage'.
  4. Launch the Vagrant by typing: 'vagrant up'.
  5. Log into Vagrant by typing: 'vagrant ssh'.
  6. Type 'cd /vagrant' and move to the project folder 'cd storage'.
  7. Run the application within the Vagrant: 'python project.py'.
  8. Access and test this application by visiting http://localhost:8000 locally

Usage

  • 1. Sign in with Google+ or Facebook account
  • 2. Add a room
  • 3. Edit or Delete the room
  • 4. Add a storage and a description what will be stored in that storage
  • 5. Edit or delete storages
  • 6. Sign in as another user to see that there is no access to delete or edit items created by another user.

Technical Requirements

  • Python 2.7.6
  • Flask 0.10.1
  • SQLAlchemy 0.8.4
  • httplib2 0.9.1

storage's People

Contributors

oxflick 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.