Posts

Showing posts from May, 2020

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.