Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijeshb42/yapper
flask self learning blog.
https://github.com/brijeshb42/yapper
flask flask-skeleton python
Last synced: about 1 month ago
JSON representation
flask self learning blog.
- Host: GitHub
- URL: https://github.com/brijeshb42/yapper
- Owner: brijeshb42
- License: mit
- Created: 2014-11-23T07:19:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T10:37:53.000Z (over 8 years ago)
- Last Synced: 2023-05-11T12:05:15.346Z (over 1 year ago)
- Topics: flask, flask-skeleton, python
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 10
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Web self learning
* Clone the repo.
* Copy ```config.py.default``` to ```config.py``` .
* Change values in ```config.py``` as per requirements.
* Install npm packages ```npm install```.
* Install bower packages ```bower install```.
* Run ```./init.sh```.
* Create a virtualenv.
* Activate virtualenv.
* Do ```pip install -r requirements.txt```.
* Perform unittests if you want ```FLASK_CONFIG=test python manage.py test```.
* Create DB
* ```python manage.py db init```
* ```python manage.py db migrate```
* ```python manage.py db update```
* Run gulp ```gulp clean && gulp```.
* Start dev server ```python manage.py runserver```.## Issues
* Report issues or suggestions [here](https://github.com/brijeshb42/yapper/issues/new).
* Pull requests are welcome :thumbsup: .## TODO
* Documentation of functionalities that have been added.
* New UI and functionality for adding blog post with tags, categories, description, slug and status(draft or published).
* Theming support (if possible).