Code Monkey home page Code Monkey logo

README

Repository Layout

  /
  ├── static/
  │   ├── css/
  │   ├── img/
  │   └── js/
  ├── templates/
  │   └── The template HTML files
  ├── app.yaml
  │   └── The application configuration file
  ├── cron.yaml
  │   └── The configuration file describing cron jobs the server runs
  ├── index.yaml
  │   └── The list of database indexes
  ├── models.py (The classes defining datastore entities)
  └── *.py (All the Python source code)

Storing Data

We will be using the NDB library for storing and retrieving data from the datastore. This library automatically caches results, which will greatly benefit us.

See datastore.py for examples of how to retrieve records from the database.

API

We will be using Google Cloud Endpoints in order to set up our API for easy client library generation.

Bootstrap

We use a custom build of Bootstrap. The only differences are some custom colors.

Copy the static/css/garagehub.less from our repository into the less folder of the Bootstrap repo. Add @import "garagehub.less"; to the bootstrap.less file right after the @import "variables.less"; line. Then build bootstrap, and copy the updated JS and CSS to the corresponding location in the repo.

Helpful Links

External Libraries

  • Datables: 1.10.9
  • Bootstrap Datepicker: eternicode/bootstrap-datepicker@eed4bfd127bad8ff8806db345cdef1194a43f091
  • jQuery Validation Engine: posabsolute/jQuery-Validation-Engine@c06327ea118cf8f900969eb27d2e337d626e0f6c
  • jQuery: 2.1.4
  • JS sprintf: alexei/sprintf.js@62ecd0ceeda6a865f00593d2e58bbaca1f87a12f

carhub's Projects

cxdgsi icon cxdgsi

A tool that utilizes actions to generate Generic System Images (GSIs).

erfansgsi icon erfansgsi

Just a tool to make GSI out of firmware from any phone

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.