Posts

Hospital Management System (Project)

Image
Using the PHP framework , the Hospital Management System project is a developed. This PHP project includes a tutorial and a development guide. You can download the zip file for the hospital management system and modify it as needed. For more recent PHP projects, visit this page . This is a straightforward, elementary-level project for educational purposes. The source code is contained in a zip file that can be extracted and loaded into Visual Studio. Students who are in their final year of college can submit this source code for BE, BTech, MCA, BCA, engineering, Bs.CS, IT, and software engineering . This software code is used for final-year students' academic projects and was created using HTML, PHP, Javascript, CSS, and a MySQL database.  Features: Dashboard: In this section, admin can view the Patients, Doctors, Appointments and New queries. Doctors: In this section, admin can add doctor’s specialization and mange doctors (Add/Update). Users: In this section, admin can view use...

School Management System (Project)

Image
The PHP platform was used to construct the web application known as the School Management System project. This PHP project includes a tutorial and a development guide. You can download the zip file for the School Management System and modify it as necessary. For more recent PHP projects, visit this page. This is a straightforward, elementary-level project for educational purposes. Additionally, you can modify this system to meet your needs and create an ideal advanced level project. Students who are in their final year of college can submit this source code for BE, BTech, MCA, BCA, engineering, Bs.CS, IT, and software engineering . It is created with the help of PHP, Java Script, HTML, CSS, AJAX, jQuery, and the MySQL database. For final-year students' academic projects, this software code is useful. Project requirements: XAMPP/WAMP Server PHPmyadmin or SQL server How to run: Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".  Extract...

Pizza Ordering System (Project)

Image
Developed on the PHP platform, the Pizza Ordering System project is a web application. This PHP project includes a tutorial and a development guide. The open source Pizza  Ordering System is available as a zip file that you can download and modify as necessary. For more recent PHP projects, visit this page . This is a straightforward, elementary-level project for educational purposes. Additionally, you can modify this system to meet your needs and create an ideal advanced level project. The source code is contained in a zip file that can be extracted and loaded into Visual Studio. Students who are in their final year of college can submit this source code for BE, BTech, MCA, BCA, engineering, Bs.CS, IT, and software engineering. Software Requirements: XAMPP/WAMP Server PHPmyadmin    How to run: Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL". Extract the downloaded source code file.  If you are using XAMPP, copy the extracted source code...

Develop a Node Js Crud Application using Node Js ,Express and Mongo Db

Image
 Objective: In this Assignment, you are required to develop a Node Js Crud Application using Node Js ,Express and Mongo Db  with following functionalities: Specification: This assignment will require creating a mongo db Account for connecting your application to,MongoDb cloud . Part 1: Creating a Mobgo Db Account using MongoDb Cloud and copy the Connection String and Options from Mongo Db Cloud   Step 1:        Follow the steps given in the class recording to get the connection uri                     Connection options ,user name and password for mongodb cloud Create a folder called web322-app_2.  This will serve as our main application Add the file app.js . Create a views folder and add the display.ejs file to display all documents in a table Create a package.json file using npm init.  Ensure that your "entry point" is app.js C...

Create and publish a nodeJS web app that uses multiple routes which serve static files (HTML & CSS) And images

Image
 Objective: Create and publish a web app that uses multiple routes which serve static files (HTML & CSS) And images.. Specification: This assignment will involve creating multiple routes that serve specific HTML pages & a Template Engine like EJS. Part 1: Dev Environment, Home & About   Step 1: Development Environment ⦁    Create a folder called web322-app.  This will serve as our main application ⦁    Add the file app.js . ⦁    Create a package.json file using npm init.  Ensure that your "entry point" is app.js ⦁    Change the Script in package.json from test to dev and replace its value by nodemon app.js ⦁    You will be using npm run dev to start your application Step 2: Adding Files / Folders  ⦁    Add the folder public - this will be the location of the .html files that we will be using in our application ⦁    Add the folder controllers ...

Java Colorable OOP based Assignment

 (The Colorable interface)   Design an interface named Colorable with a void method named howToColor() . Every class of a colorable object must implement the Colorable interface. Design a class named Square that extends GeometricObject and implements Colorable. Design another class named Triangle that extends GeometricObject and implements Colorable. Implement howToColor in Square to display the message Color all four sides. Implement howToColor in Triangle to display the message Color all three sides. Draw a UML diagram that involves Colorable, Square , Triangle , and GeometricObject. Write a test program that creates an array of five GeometricObjects. For each object in the array, display its area and invoke its howToColor method if it is colorable.  DOWNLOAD FILES

Create and publish a nodeJS web app that uses multiple routes which serve static files

 Objective: Create and publish a web app that uses multiple routes which serve static files (HTML & CSS) And images.. Specification: This assignment will involve creating multiple routes that serve specific HTML pages & a Template Engine like EJS. Part 1: Dev Environment, Home & About   Step 1: Development Environment ⦁    Create a folder called web322-app.  This will serve as our main application ⦁    Add the file app.js . ⦁    Create a package.json file using npm init.  Ensure that your "entry point" is app.js ⦁    Change the Script in package.json from test to dev and replace its value by nodemon app.js ⦁    You will be using npm run dev to start your application Step 2: Adding Files / Folders  ⦁    Add the folder public - this will be the location of the .html files that we will be using in our application ⦁    Add the folder controllers ...