Giter VIP home page Giter VIP logo

network's Introduction


Network

Project Title: Network

Description:

Network is a user-friendly social media platform built using Django and JavaScript. Users can create posts, follow others, build their profiles, and engage in real-time interactions.

Key Features

  • Posts: Create text-based posts with the ability to tag users and add relevant links.
  • User Profiles: Personalize your profile with a bio, profile picture, and see your posting history.
  • Follow System: Follow other users to see their posts on your feed.
  • Real-Time Updates: See new posts, likes, and edits appear without manual refreshes.
  • Intuitive Interface: Enjoy a clean and easy-to-navigate layout.

Technologies Used

  • Backend: Django (Python), MySQL (or your chosen database)
  • Frontend: HTML, CSS, JavaScript (AJAX, DOM manipulation), Tailwind CSS (for streamlined styling)

Getting Started

Prerequisites:

  • Python 3.x
  • Django
  • MySQL (or your preferred database)
  • Node.js (to install required packages)

Installation:

  1. Clone the repository:
    git clone https://github.com/luyandamagava/Network
  2. Navigate into the project directory:
    cd Network
  3. Create a virtual environment:
    python -m venv env
  4. Activate the virtual environment:
    • Linux/macOS:
      source env/bin/activate
    • Windows:
      env\Scripts\activate
  5. Install dependencies:
    pip install -r requirements.txt
  6. Set up your database: (instructions may vary depending on your database setup)
  7. Run migrations:
    python manage.py makemigrations
    python manage.py migrate
  8. Create a superuser:
    python manage.py createsuperuser
  9. Start the development server:
    python manage.py runserver
  10. Access the project: Open http://127.0.0.1:8000/ in your web browser.

Usage

  1. Create a new account using the signup form.
  2. Log in to access the main feed.
  3. Start posting! Use @ to mention other users.
  4. Visit your profile to make edits and view post history.
  5. Follow other users to see their content in your feed.

Contributing

We welcome contributions to this project! Here's how:

  1. Fork the repository.
  2. Create a new branch for your feature:
    git checkout -b my-awesome-feature
  3. Make your changes and commit them:
    git commit -m 'Add some amazing feature'
  4. Push your branch to your fork:
    git push origin my-awesome-feature
  5. Create a new pull request.

Future Development

  • Enhanced Search: Implement search functionality for posts, users, and hashtags.
  • Direct Messaging: Allow users to send private messages.
  • Image and Video Uploads: Support multimedia sharing.

Contact

If you have questions, suggestions, or bug reports, please feel free to open an issue on the repository or contact me at [email protected].

Show Your Support

If you find this project useful, please consider starring the repository!

network's People

Contributors

luyandamagava 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.