https://github.com/lenixbyte/reviewpostdjango
Like & Dislike on Webpage without reloading in Django
https://github.com/lenixbyte/reviewpostdjango
Last synced: about 2 months ago
JSON representation
Like & Dislike on Webpage without reloading in Django
- Host: GitHub
- URL: https://github.com/lenixbyte/reviewpostdjango
- Owner: lenixbyte
- Created: 2023-03-02T15:14:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:57:13.000Z (about 2 years ago)
- Last Synced: 2025-02-02T15:45:54.797Z (3 months ago)
- Language: Python
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Post Review in Django
## Installation
1. Clone the repository:
git clone "https://github.com/lenixbyte/ReviewPostDjango.git"
2. Start the virtual environment:
cd ReviewPostDjango
pipenv shell3. Install requirements:
pip install -r requirements.txt
4. Run the server:
python manage.py runserver
## Usage
1. Go to `http://127.0.0.1:8000/admin/` and login with the superuser credentials.
Username: admin
Password: admin
2. Create a new post by clicking on `Add` button in the `Posts` section.3. Go to `http://127.0.0.1:8000/` and click on the post like or dislike button to `Like` or `Dislike`.
## Screenshots
