Giter VIP home page Giter VIP logo

django-platzigram's Introduction

Django Platzigram

This README provides comprehensive instructions for setting up and understanding my Django-Platzigram. This was created with a basic Django Course that helped me understand the basic concepts of this Python Framework.

  • Description

Instagram-based app created by Platzi using Python.

Features

  • Creation and Login for users
  • Post Creation ( photo with description )
  • Feed to see posts of other users
  • User details and button to update profile
  • Post detail view when clicking a post

Technologies

  • Python
  • Django
  • Sqlite
  • CSS
  • HTML
  • Bootstrap

Folders Structure

Platzigram/
├── media/                # includes binaries from users
├── static/               # have the binaries from the app and CSS 
├── templates/            # results of the analysis (data, tables, figures)
├── platzigram/           # data files used in the project
│   ├── settings.py       # settings for the core app
│   └── middleware.py     # handles specific interactions with the app
│   └── ...
├── posts/                # folder with all the posts related components
│   ├── views.py          # contains all the views from the posts
│   ├── models.py         # contains all the models from the posts
│   └── ...
├── users/                # folder with all the users related components
│   ├── views.py          # contains all the views from the user
│   ├── models.py         # contains all the models from the user
│   └── ...
├── README.md             # overview of the project
├── requirements.txt      # software requirements and dependencies
├── manage.py             # handles administrative tasks for Django Framework
  • Installation

First, clone the repository following the steps provided by GitHub

Second, we install a virtual environment python -m venv venv

Initialize the virtual environment: .\venv\Scripts\activate

Finally, to install all the required packages, we need to type in the console:

pip install -r requirements.txt

  • Execute App

Type python manage.py runserver to initialize the app.

  • App's Screenshots

  • Login View

image

  • Signup View

image

  • Feed View

image

  • Profile View

image

django-platzigram's People

Contributors

luisdiaz2022 avatar

Watchers

 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.