Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenrique/flask-knockoutjs-sample
A flask + knockoutjs sample application
https://github.com/gustavohenrique/flask-knockoutjs-sample
Last synced: about 1 month ago
JSON representation
A flask + knockoutjs sample application
- Host: GitHub
- URL: https://github.com/gustavohenrique/flask-knockoutjs-sample
- Owner: gustavohenrique
- Created: 2013-11-05T19:53:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T19:59:49.000Z (about 11 years ago)
- Last Synced: 2024-04-16T03:18:22.911Z (9 months ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-knockoutjs-sample
It is a personal financial software.
The goal of this project was mostly to learn how to integrate flask + mongodb. Finally I switched from mongodb to mysql because it was not necessary nosql database on the architecture used. This app is a POC. Ignore the design layout and bugs found.## Running the App
1. Install the dependencies in requirements.txt
2. Edit the settings file to configure database. For mongodb, checkout another branch
3. The Makefile file contains all tasks. Execute `make run` and open the URL http://localhost:5000## Technologies used
### Javascript
* knockoutjs
* gruntjs### Python
* flask
* elixir
* sqlalchemy
* nose
* pylint### Database
* mongodb
* mysql