lucasLB7 / my_personal_blog

A personal blog for Blender

Home Page:https://blenderfenderapp.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLENDER FENDER

Get started with Blender CGI. A community based blog that focuses on tutorials for blender Final vesrion will have a User rating system to allow users with good content to be "rewarded for their participation"

FUNCTIONALITY

A user can visit the app and view tutorials as well as comment on them without having to sign up or register. Only a registered user can create new tutorials.

First time visit (not registered):

alt text

A user can view comments directly on screen, no need to sign in.

click on view tutorial to go to the tutorial page

alt text

To create tutorials: You first need to REGISTER: alt text

Then you need to log in

alt text

Now you have access to the create new tutorials portal

alt text alt text

The app is under development and in pre Alpha stages. Thank you for your understanding and sorry for the bugs.

Getting Started

Installing dependancies & requirements to run this app:

To install dependancies, simply run:

pip3 install requirements.txt

This will run pip to install the flask/requirements

Prerequisites

  • Python 3.6.2
  • Python flask
  • Linux based OS
  • PIP installer
  • Git hub

Installing

Clone from git hub repository: In dev phases USE this branch TRY.

First, install python pip:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

-clone the following repository: https://github.com/lucasLB7/my_personal_blog/tree/backup

Once cloned I would advice setting up a virtual environment using virtualenv. Then run the virtual environment using:

source venv/bin/activate

After activating the virtual env, you need to make sure all dependancies are installed:

run in command prompt:

pip3 install requirements.txt

Install the above mentioned Prerequisites following the pip install model.

Finally, run the app localy by using the command:

python3 manage.py server

this will launch a local server you can visit the app on: localhost:5000

Running the tests

python  manage.py test`

Live Demo

click on this link blenderfenderapp

Built With

Contributing

If you notice any bugs or errors in the app, please contact me on:

Versioning

I used Github for versioning.

Authors

  • Lucas Lambert - Initial work - pitchit

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Moringa instructure
  • Flask documentation
  • Google

About

A personal blog for Blender

https://blenderfenderapp.herokuapp.com/

License:MIT License


Languages

Language:Python 99.3%Language:HTML 0.4%Language:Mako 0.1%Language:CSS 0.1%Language:JavaScript 0.1%Language:Shell 0.1%Language:C 0.1%