Giter Club home page Giter Club logo

fotoblog_v3's Introduction

fotoblog_v3

Fotoblog Fun Factory Archieve

Hi, this is all about Django , a web framework for perfectionists with deadlines! This is learning by doing: I am using openclassrooms, a leading E-learning Platform!:rocket:

Go to Fotoblog Site Course

A photography collective is looking 
for a way to share its work with the world. 

They want to be able to upload their photos online 
and also create blog posts about them. 

They have asked you, a Django developer, 
to build a web application that allows 
them to do just that. 

They need to have two tiers of users 
- subscribers and creators - and ensure that 
only the creators can create content. 

This content then needs to be shared in a social feed, 
with subscribers choosing which creators they want to follow.

I versioned every advance I made during the course (v3 here :).

For Version 2 please go to this fotoblog_v2

Go to tags and download V3 working code package.

FotoBlog v3.0 - 🥰️ A Mini-Facebook App 👈️

Instructions - How To Install in vscode

Build Status

A simple web application that allows you to uploads photos, maintain a database with references to them, list them with their metadata, and more.

  • Installation on vscode
  • cloning facebook, boldly and unpretentiously - Mini-Facebook
  • Features of v.3.0 : vscode complete working code, Bootstrap, Crispy, Admin Dashboard, and more...
  • ✨Magic ✨ Happens ✨!

Installation

FotoBlog_v3 requires vscode IDE v1.75.1 to run.

Clone Git Tag by using the following syntax to clone a v3.0 tag:

git clone -b [tag_name] [repository_url]
git clone -b v3.0 https://github.com/giljr/fotoblog_v3.git

The command clones tag v3.0 from the specified repository URL.

For development environments...

pip install -r requirements.txt
python ./manage.py migrate --run-syncdb
python ./manage.py createsuperuser
python ./manage.py runserver

You can now browse to the following link to start exploring the sample.

http://localhost:8000/

Screeshots

The screenshots are available in this directory:

docs/fotoblog_v3:

Step by Step

1 > The sample app will open the:

sign in page

2 > Click 'Sign Up Now!' and the app will open the:

sing up page

3 > As soon as you loged in, the:

Upload a Photo page appears

will be opened;

4 > Choose a photo and submit in this form :

Upload photo

5 > You will see a page like this one:

home page 

Django Admin

Also supports the Django admin which is available. Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:8000/admin
With virtualenv

We recommend and support the usage of virtualenv. All you need to do is create a new virtualenv (if necessary):

python -m venv ENV

And then just activate it:

source ENV/bin/activate

Import all the dependencies:

run pip freeze > requirements

Now you can go ahead with the instructions above.

We use https://dbeaver.io/, a Free Universal Database Tool!

Check it out!

@author: Gilberto Jr @site: jungletronics @url: https://medium.com/jungletronics @date: feb, 2023

Bye!

License

MIT

Free Software, 2023 Jungletronics!

fotoblog_v3's People

Contributors

giljr avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.