Wednesday 24 February 2021

Online Food Ordering Project JAVA , JSP, MYSQL Using Netbeans


Buy Now ₹501

An online food ordering system JAVA JSP MYSQL is a web-based application that stimulates the foodies (customers) to put food orders through internet by locating their favorite restaurant or nearest one.  This application is based on the JAVA, JSP (Java Server Page ), MYSQL  platform.

The online food ordering system JAVA JSP MYSQL provides convenience for the customers. It overcomes the disadvantages of the traditional queuing system. This system increases the takeaway of foods than visitors. Therefore, this system enhances the speed and standardization of taking the order from the customer. The online food ordering system JAVA JSP MYSQL set up menu and the customers easily places the order with a simple mouse click. This system allows the user to select the desired food items from the displayed menu. The use r’s details are maintained confidential because it maintains a separate account for each user. An id and password is provided for each user. Therefore it provides a more secured ordering.

Modules and their requirements :-

User Module :

  • Login
  • Registration
  • View Menu
  • Order
  • Order History
  • Feedback

Admin Module :

  • Login
  • View Menu
  • Add Menu Item
  • Delete Menu
  • View All User
  • View All Order
  • View All Feedbacks
  • View Specific User all Order

 

Software Requirements

Technology used:

  • Front end – JSP
  • Backend – MYSQL

Software:

  •  IDE - Netbeans 8.2
  •  Database support - MySQL 5.7
  •  Operating system – Windows 8 and above
  •  Server deployment - Glassfish server

Technology:

  • HTML is integrated in JSP. It provides a means to structure text based information in a document. It allows users to produce web pages that include text, graphics and
    hyperlinks.
  •  Javascript is a scripting language which supports the development of both client and server applications. It is preferred at client side to write programs that can be
    executed by a web browser within the context of a web page.
  •  CSS(Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in a markup language. Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document,
  •  SQL is the language used to manipulate relational databases. It is tied closely with the relational model. It is issued for the purpose of data definition and data
    manipulation.
  • Java Server pages is a simple yet powerful technology for creating and maintaining dynamic-content web pages. It is based on the Java programming language. It can be thought of as an extension to servlet because it provides more functionality than servlet A JSP page consists of HTML tags and JSP tags. The jsp pages are easier to maintain than servlet because we can separate designing and
    development.

We require a JDBC connection between the front end and back end components to write

to the database and fetch required data.

Buy Now ₹501

Monday 8 February 2021

Hostel Management System Project in Python Django


Buy Now

This particular project deals with the issues on managing a hostel and avoids the issues which occur when carried manually.Identification of the drawbacks of the prevailing system results in the designing of computerized system which will be compatible to the prevailing system with the system Which is more user friendly and more GUI oriented. We can improve the efficiency of the system, thus overcome the drawbacks of the existing system.

Features :

  1. Login System.
  2. View Room Details
  3. Book Hostel
  4. Student Registration
  5. Manage Students.
  6. Billing.
  7. User Management.
  8. Room Management.
  9. Meal management.
  10. Cost Management.
  11. Student Management.
  12. Visitor Management .

Technology Used in the project 

  • We have developed this project using the below technology
  • HTML : Page layout has been designed in HTML
  • CSS : CSS has been used for all the desigining part
  • JavaScript : All the validation task and animations has been developed by JavaScript
  • Python : All the business logic has been implemented in Python
  • SQLite : SQLite database has been used as database for the project
  • Django : Project has been developed over the Django Framework

Supported Operating System

  • We can configure this project on following operating system.
  • Windows : This project can easily be configured on windows operating system. For running this project on Windows system, you will have to install
  • Python 3.7, PIP, Django 3.1.3 .
  • Linux : We can run this project also on all versions of Linux operating systemMac : We can also easily configured this project on Mac operating system.

Requirements.txt File

  • asgiref==3.3.0
  • Django==3.1.3
  • gunicorn==20.0.4
  • pytz==2020.4
  • sqlparse==0.4.1\
  • whitenoise==5.2.0

Django Installation Steps :-

  • Install Python 3.7 Or Higher
  • Install Django version 3.1.3
  • Install all dependencies cmd -python -m pip install –-user -r requirements.txt
  • Finally run cmd - python manage.py runserver

ONLINE JOB PORTAL IN PYTHON DJANGO


Online Job portal Project in Python Django with source code. This web application is to be conceived in its current form as a dynamic site-requiring constant updates both from the seekers as well as the companies.
The objective of the project is to enable jobseekers to place their resumes and find appropriate jobs while companies to publish their vacancies and find good candidates.
It enables jobseekers to post their resume, look for jobs, view personal job listings. It will provide various companies to put their vacancy profile on the location and even have an choice to search candidate resumes.
Apart from job-seekers and Companies(Job Provider) there'll be an admin module to manage complete Portal also as jobseeker and corporations .

Online Jop Portal Features

  • Administrator
  • Job Seeker
  • Job Provider
  • Job Search

System Users

  • Administrator
  • Job Seeker
  • Job Provider

ADMINISTRATOR FEATURES

Administrator can manage whole website:

  • Manage complete jobseeker section. Like: activate/deactivate/delete/ edit jobseeker’s information.
  • Admin user can view the jobseeker’s applications for each job.
  • Manage complete employer section. Admin user can activate/deactivate/delete/ edit company information.
  • Manage posted jobs. Like: activate/deactivate/delete/edit posted job.
  • Manage whole website content. Dynamic CMS is included to manage the content of the website.
  • Admin user can send message to any jobseeker or job provider.
  • Admin user can send bulk emails as well.
  • Admin user can manage the skills section. Like: Add or remove skills from the website.
  • Manage newsletters section
  • Manage success stories
  • Admin user can manage and handle the prohibited words for whole website.
  • Admin user can add/edit countries, cities, salaries range, qualification, institutes, job industries, website ads.

JOB PROVIDER / COMPANY FEATURES

After registration job provider can perform following action:

  • Add / Edit company’s profile
  • Post new job vacancies
  • Edit / Deactivate posted jobs
  • Job provider can see the list of jobseekers who has applied for the job
  • Job provider can search jobseekers
  • Job provider can see and download the jobseeker’s resume
  • Job provider can send message to any job seeker

JOB SEEKER FEATURES

After registration job seeker can perform following actions:

  • Search for jobs
  • Apply Online for desire job
  • Add/Edit profile information including qualification, experience, and skills.
  • Build his resume by using CV builder functionality of the website.
  • Upload latest resume.

MAIN WEBSITE(WEBSITE FONT END)

From main website, user can perform following actions:

  • Search jobs on the basis of skills, city, country or job title
  • Register as a jobseeker or as a job provider
  • Login to jobseeker or job provider portal
  • About Us
  • Contact us
  • Recent Jobs

Local environment Install

  1. Clone the repository and install the packages in the virtual env:pip install -r requirements.txt
  2. Add .env file.cp .env.dev.sample .env
  3. Add Github client ID and client secret in the .env file

Run

1.With the venv activate it, execute:

python manage.py collectstatic

Note : Collect static is not necessary when debug is True (in dev mode)

  1. Create initial database:python manage.py migrate
  2. Load demo data (optional):python manage.py loaddata fixtures/app_name_initial_data.json --app app.model_name
  3. Run server:python manage.py runserver

Run test:

python manage.py test

To dump data:

python manage.py dumpdata --format=json --indent 4 app_name > app_name/fixtures/app_name_initial_data.json

 

Download Link