https://github.com/kxxoling/sigh
What a sigh today! [Deprecated]
https://github.com/kxxoling/sigh
Last synced: 5 months ago
JSON representation
What a sigh today! [Deprecated]
- Host: GitHub
- URL: https://github.com/kxxoling/sigh
- Owner: kxxoling
- License: mit
- Created: 2015-05-06T16:08:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T04:14:32.000Z (over 9 years ago)
- Last Synced: 2025-05-06T22:55:55.864Z (5 months ago)
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
What a sigh day!
================I made this site just for fun and sigh based on Flask and its extensions
and many other open sourced projects with ❤️!Open source
-----------This site is open sourced as an open source project under GPL v3
license. You can use and modify it for any purpose and free.Start
-----Install dependencies
~~~~~~~~~~~~~~~~~~~~You can install all the Python dependencies by running as pip is
installed::pip install -r requirements.txt
Initiate you database
~~~~~~~~~~~~~~~~~~~~~You can initiate the database by running::
./manage.py db upgrade
Run it
~~~~~~A web site should be served on port 5000 after running
``./manage.py manage.py runserver``, execute
``open http://localhost:5000`` to see what you've got!Or you can deploy it with WSGI servers like gunicorn by::
gunicorn wsgi:application