Posts

Django Social Application Project

Image
This is a social network website project built with Django 3 and bootstrap 4. In this application users can register, login, send a friend requests, accept the friend requests, share text or share text image, friend list, view notification for like the post, and much more. You can download this project for your Django practice or final year project submission. Features Login Register Profile Manage Change Password Search Friends via ajax Add Friend Remove Friend Friends List Share Text Share Text with Image Like Post with counting likes Comment on the post with comment counting View notifications of friend request, like and comment How to run this project Download the zip file and extract Activate virtual environment Start the script with the following command py manage.py runserver http://127.0.0.1:8000/ Admin Login username: admin password: admin User Login username:johndoe password:123456

Image Sharing Project in Laravel

Image
Hello World, Welcome to ProjectsPlaza.com. This is image sharing project built with laravel 7 and bootstrap 4.This is a small project for laravel practice. In this project, When the user will upload an image then image path link, anchor link, and bb code link will be generated. Users can view all images and delete the specific images. How to install this projects 1.  Download and extract the zip folder on wamp or xamp server 2.  Import the .sql database (You will get this file in the extracted folder) 3.  Change .env file according to your requirement (for database connection) 4.  Run the project

Message Board Project in Django 3

This is a  message board project  built with Django 3 and bootstrap 4. This small project will help you to learn Django. In this project, you will learn about table relationships, Django templates, User Authentication, etc. The following are the features of this project. User register User login/logout User change password Create thread (Only LoggedIn User) Add reply (only LoggedIn User) User can create a signature which will show on every reply View all threads View all threads via tag View all threads via user View all replies Search thread (Via DataTable)

Online exam project with laravel 7

Image
Hello World, This is an online exam project built with laravel 7 and bootstrap 4. This project has been divided into two parts; one is for the candidate, who wants to attempt the exam, and another is admin. Admin will add the data from his panel. The following are the workflow of this project. 1.  The user comes to this website and sees the job notifications. 2.  Apply and register himself for a suitable job before it expires. 3.  Login with assigned registration number and password. 4.  Now user can attempt the exam. 5.  The user can see the result and his detail in his profile section.

Online Tiffin Service Project

Image
Hello World, This is an online tiffin service application built with laravel 6 and bootstrap 4. In this application, one or more vendors can register as a tiffin service providers. The vendor will have an account panel, where he can manage the tiffin menu with a price. The vendor can view all subscribers. Users can register, login, and subscribe to any of the tiffin services. User can also set the schedule for his/her tiffin. The admin of this application can view vendors, subscribers, and all subscriptions. Admin can set the commission percentage in setting section, So whenever the user subscribes to any vendor then the calculated commission will go to the admin wallet where admin can view his all transactions. In this application, I have added two main important features. One is the stripe payment method and another is mail functionality. Whenever the user will pay then an email will be sent to the connected vendor.

Blog Website Script in Django

Image
Hello World, Welcome to ProjectsPlaza.com. This is a blog script built with Django 3 and bootstrap 3. In this script, Admin can add posts with comma-separated tags, categories, and pages. Users will see the posts with tags and published dates. Users can view posts according to the category or tag or post title. ##  Frontend Features 1.  Home page with post list 2.  Pages list in the menu 3.  Contact Us Page 4.  Search posts by title 5.  Filter posts according to tags 6.  Filter posts according to category ## Admin Features 1.  Post Panel 2.  Category Panel 3.  Pages Panel 4.  Contact Queries 5.  Taggin Model ##  How to run this script -   Download the zip file and extract -   Activate virtual environment -   Start the script with the following command -   py manage.py runserver -   http://127.0.0.1:8000/blogScript/

Client FollowUp Script

Image
Client FollowUp Script : This is client followup script built with Codeigniter 3 and bootstrap 4. There are two panels in this script, One is for admin and another is for the viewer. A viewer can send enquiries and see the content provided by the admin. Admin can add services, manage online queries, add enquiries manually, manage followups of the enquiries, etc.