Skip to content

sivabala21/Public-Voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Voice

Public Voice is a web application that allows users to create and share posts, providing a platform for public discussions.

Live Demo

Check out the live demo of Public Voice at [https://publicvoice.pythonanywhere.com/].

Table of Contents

Introduction

Public Voice is a platform where users can create posts, share their thoughts, and engage in discussions with others. It provides a space for public expression and community interaction.

Features

  • User authentication (login and logout)
  • Post creation
  • Upvoting system for posts
  • Responsive design using Bootstrap

Installation

Prerequisites

  • Python 3
  • Django
  • Bootstrap

Installation Steps

  1. Clone the repository: git clone https://github.com/your-username/public-voice.git
  2. Navigate to the project directory: cd public-voice
  3. Install dependencies: pip install -r requirements.txt
  4. Apply database migrations: python manage.py migrate
  5. Run the development server: python manage.py runserver

Usage

  1. Access the application at http://localhost:8000
  2. Create an account or log in if you already have one.
  3. Explore posts, create new posts, and engage in discussions.
  4. Use the search functionality to find specific posts or topics.

Django Admin

To access the Django admin page, visit http://localhost:8000/admin and use the following credentials:

  • Username: admin
  • Password: admin

Contributing

Contributions are welcome! If you have suggestions, bug reports, or want to contribute to the development, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch
  3. Make your changes and commit: git commit -m "Add new feature"
  4. Push to the branch: git push origin feature-branch
  5. Create a pull request.

Acknowledgements

  • Thanks to Django for the powerful web framework.
  • Special thanks to Bootstrap for the responsive design components.

Contact

For any inquiries or support, please contact sivabala.s@outlook.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages