Skip to content

The Final Project Collaboration. A web application built with Django to manage blog posts and user profiles, featuring a responsive design and search functionality.

Notifications You must be signed in to change notification settings

KPaccarizi/Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

django_colab

My Django CRUD App

A web application built with Django to manage blog posts and user profiles, featuring a responsive design and search functionality.

Features

  • User authentication and registration
  • Blog post creation, editing, and deletion
  • User profile management with profile picture uploads
  • Search functionality with autocomplete
  • Responsive design with a left and right background image
  • File upload functionality for various formats (e.g., PDF, DOCX)

Installation and Setup

  1. Clone the repository

  2. Install the required dependencies:

cd my-django-crud-app pip install -r requirements.txt

  1. Apply migrations and create the database:

python manage.py migrate

  1. Start the development server:

python manage.py runserver

  1. Access the app in your browser at http://127.0.0.1:8000/.

Usage

  • Register a new user or log in with an existing account.
  • Create, edit, and delete blog posts.
  • Update your user profile and upload a profile picture.
  • Search for blog posts using the search bar with autocomplete suggestions.
  • Upload files in various formats (e.g., PDF, DOCX).

Contributing

We welcome contributions to improve the project. If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes and commit them to your branch.
  4. Submit a pull request for your changes to be reviewed and merged.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgments

  • Django web framework
  • Bootstrap CSS library
  • jQuery and autocomplete.js
  • Mammoth.js for file conversion

About

The Final Project Collaboration. A web application built with Django to manage blog posts and user profiles, featuring a responsive design and search functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages