Code Monkey home page Code Monkey logo

djangxel's Introduction

Djangxel - Photo Sharing Platform

Djangxel is a web-based photo-sharing platform built with Django, a high-level Python web framework. It allows users to create accounts, upload and share photos, follow and unfollow other users, and view profiles.

Demo

See a demo of Djangxel here.

Fork

You can fork this project on GitHub here.

Prerequisites

To run Djangxel on your local machine, you need to have the following software installed:

  • Python 3.6 or higher
  • pip
  • Django 4.1.7
  • asgiref 3.6.0
  • Pillow 9.4.0
  • pytz 2022.7.1
  • sqlparse 0.4.3
  • django-cors-headers 3.14.0
  • django-crispy-forms 2.0
  • djangorestframework 3.12.4
  • tzdata 2022.7

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ajinkgupta/djangxel.git

  2. Navigate to the project directory:

    cd djangxel

  3. Install the required packages:

    pip install -r requirements.txt

  4. Run the migrations:

    python manage.py migrate

  5. Create a superuser account:

    python manage.py createsuperuser

  6. Start the development server:

    python manage.py runserver

  7. Open your web browser and go to http://localhost:8000.

Usage

To use Djangxel, follow these steps:

  1. Create an account or sign in if you already have one.
  2. Upload photos to your account.
  3. Follow other users to see their photos in your feed.
  4. View your profile page to see your own photos and follower/following lists.

Contributing

If you want to contribute to Djangxel, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bug fix.
  3. Write tests for your code.
  4. Implement your feature/bug fix.
  5. Run the tests to make sure everything works.
  6. Create a pull request to merge your changes into the main branch.

License

Djangxel is released under the MIT License. See LICENSE for more information.

djangxel's People

Contributors

ajinkgupta avatar

Stargazers

 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.