https://github.com/khilnani/behindthesite
Technology stacks weblog built on Angular, Python/Django and PostgreSQL.
https://github.com/khilnani/behindthesite
angular angularjs django postgresql python
Last synced: 2 months ago
JSON representation
Technology stacks weblog built on Angular, Python/Django and PostgreSQL.
- Host: GitHub
- URL: https://github.com/khilnani/behindthesite
- Owner: khilnani
- License: agpl-3.0
- Created: 2014-03-04T23:56:31.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-11-23T19:49:20.000Z (over 7 years ago)
- Last Synced: 2025-03-25T07:14:15.857Z (about 1 year ago)
- Topics: angular, angularjs, django, postgresql, python
- Language: HTML
- Homepage: http://behindthesite.com
- Size: 29.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
behindthesite
================
Log of tech used by companies.
Technologies Used
-----------------
- UI
- Angular JS 1.x
- Twitter Bootsrap
- Bootswatch Themes
- RequireJS
- Hosted: github Pages
- API
- Nginx
- Varnish cache
- Python / Django
- Provisioning: Ansible
- Hosted: AWS
- Data
- PostgreSQL
- Provisioning: Ansible
- Hosted: AWS
Developer Notes
-----------------
- Source code for the UI code is contained in `src/`
> Unfortunately, i have not open sourced the Python/Django API due to effort to separate API keys, configs etc.
- Production code is in the main/root directory.
- To build, change (CWD) to the `/src` directory and run:
- `./build.sh` to minify the javascript. This updates the top level directory
- `./static.sh` to move static css/images over to the top level directory.