Code Monkey home page Code Monkey logo

pwitter's Introduction




About Pwitter

Hey folks! Welcome to "Pwitter" a super cool open-source full-stack web app I cooked up using Django. If you're into social media (who isn't, right?), imagine a Twitter-like playground where you can share your thoughts, connect with awesome people, and just have a blast. This project is not just about code; it's about showing off some skills, learning together, and building something that brings people closer.

Features

  • Based on Django 4
  • login / logout, register and forget password
  • custom authentication methods
  • User can create, edit and delete own posts
  • Follow / Unfollow other users
  • like posts
  • comment and reply on posts
  • personal profile for each user
  • search mechanism
  • Dockerized project
  • More beautiful looking User Profile

Requirements

- python version > 3.9
- django version 4

Run Locally

Step 1 : create a new virtualenv and install requirements.

$ pip install -r requirements.txt

Step 2 : just create a static directory in project root folder

$ mkdir static

Step 3: if you want to use forget password feature first create app password in your google account then put credential in settings.py

EMAIL_HOST_USER = "put your gmail here"
EMAIL_HOST_PASSWORD = "put your super secure password here"

Step 3 : run django and reach whole project in http://localhost:8000/.

$ python manage.py runserver

you can use db.sqlite3 DB that is in this project. if you use it, the user and pass for admin test user is admin and 12345. enjoy the super secure credential :)

Screenshots

Home Page

home

Post Details

post

Profile

profile

Login

login

Register

register

Contribution

checkout the unchecked features. Contributions are very welcome. I appreciate any PR or feedbacks to improve this project.

You can help this project by Donating

BuyMeACoffee

License

Made by ❤️ under GPLV3 license.

pwitter's People

Contributors

abysswarrior avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

arezoo88

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.