Showing posts with label cse projects. Show all posts
Showing posts with label cse projects. Show all posts

Sunday, May 3, 2015

Common Computer Science and Information Technology B. Tech Projects


Project Title:
 Online Railway reservation management System

Project Abstract and brief report:
Application will allow users to view trains between two station, see seat availability, check fares and to book the ticket depending on availability. If you are doing it as a final year B. Tech. project then you can also include provision to choose your seat according to interest through an interactive user interface. Login module should allow only authenticated users to book the ticket, see booked ticket history and check status of booked tickets.

Other requirements for project: Analyse IRCTC website and find its flaws (I am sure you can find many if you are a regular student) try to include provisions that improve robustness. Make use of existing solutions related to distributed system that can allow the site to handle very large number of users at any instance.
Source code implantation languages: For implementation any server side scripting language such as php, asp or jsp can be used. You should make use of your HTML, CSS, javascript knowledge to make the system more interactive and user friendly.

Keywords: irctc, online reservation, online railways, railway management project, Indian railways


Related Projects / Downloads : irctc.co.in, indianrail.gov.in + you can find few projects for download by googling




Project Title: Employees management System

Project Abstract and brief report:
You can also call this project as universal employees management system or an Employees information system. Project will allow admin to add new employees after proper authentication. Admin can also add new departments and posts. It can allocate employees to different departments at different posts. Database should store all personal details of employees such as date of birth full name etc. and his educational background, work experience, skill sets, current and past projects in different tables with proper relations

Source code implantation languages: Concentrate in proper ER Diagrams, use MySQL or Oracle for database functionality  System can be coded in visual basic, java, php or jsp depending on whether you want an offline application or an online one.

Keywords: employees management system, employees information system, employee database project, software, web application, vb dot net, visual basic, java, c#, php

Related open source project downloads:
Employee Time management
Employee attendance management with import and reports
Employees Profile Viewer



Project Title: Library management System
Project Abstract and brief report:
Project should have different level of access for different types of users. It should allow library manager administrator to add new books in database under different categories. It can also add/delete/modify a category. System should integrate with existing student database and librarian should have proper access to issue a book to a particular student. Student can see issued books. Library management system should automatically send email and SMS to students who have not returned the book even after due date. System should have provision to calculate fine based on conditions set by the global administrator.

Source code implantation languages: Library management system can be coded in java or c# so as to give it look of standalone software. If you wish to include sms alerts feature then SMS gateway feature should be included. You can read more about sms gateways and their HTTP API’s in the same blog. I have written a complete blog post on SMS gateways and their operation.

Keywords: library management system, online books library project, library information management, books management system, intelligent application, database project

Related Open source Implementation Download



Project Title: Contact management System

Project Abstract and brief report:
An interactive application for managing contacts easily. There are thousands of contact management applications coded in different languages such as vb dot net, java, php, jsp, asp etc. for variety of platforms such as desktop computer, android mobiles, windows phone, iOS etc. This application should stand out among all these apps in a way that it can be opened in any device. It should allow user to add new/modify/delete contacts. It should sync contacts with google, facebook and other popular networks. Application should allow user to export contacts in printable format if required. User should be able to query information as easily as possible.  

Source code implantation languages: Since portability is the main criteria here therefore it is advised that the system should be coded as a web application using latest technologies such as HTML5, CSS3, javascript. Make use of responsive web designing for making the app universal. Use PHP, JSP ar any other server side scripting language for database connectivity and processing

Keywords: contact management system, html5 project, php project, web application, responsive

Related Projects and Source code downloads:

Saturday, April 13, 2013

Job portal web application / online recruitment management project

Project Abstract and brief report:
End result of the project should be a website that allows user to search and apply to various jobs posted in different categories. It should have an admin panel that allows administrator of the system to add new categories and jobs with title and description of required skills, experience etc. Admin can view different applications for a job and can forward their uploaded resumes to particular email ids.

Source code implementation language: Project should use valid subset of following technologies: html, css, javascript, php, asp, vb.net, c#, java, xml

Keywords: website, job portal, job management system, recruitment system, php project

Related open Source Project downloads:

Monday, February 25, 2013

Online banking system Project


Project Title: Online banking system / Bank management System

Project Abstract and brief report: 

Online banking management system will allow a global admin to add new clients and allocate them some initial password that is sent to them via a secured channel such as email. When the user logs in for first time it is asked to changed his password. Passwords are stored in an encrypted format. User is prompted to change its password every month. Admin can credit or debit money in client’s account. Client can view his current balance and all transactions made by him.

Keywords: banking system, bank software, online bank management, banking project,  easy bank management system

Source code implantation languages:  PHP/ASP/JSP can be used as server side scripting language for coding the project. MySQL or any other database software can be used for database connectivity. Same system can me coded in JAVA and can be made functional in local area network for restricted number of users. This would require additional effort of working with network programming in JAVA.

Non Functional requirements: Security, easy user interface, robustness

Related open Source Project downloads: 
http://sourceforge.net/projects/ebankingsys/

School management System Project / Mini Project


Project Title: School management System

Project Abstract and brief report: 

A standalone application for complete automation of various activities and processes in school management. Application will have separate login for global admin, teachers, students and parents. Global admin can add new teachers and manage class. It can allocate different subjects, students and teachers to a class. Teachers can upload attendance, assignments and marks.  Student can post solved assignments and can view the report of marks and attendance. Parents can view reports of their wards.

Keywords: School management system, java, web application, standalone application, attendance management system

Source code implantation languages: Application can be coded in ASP.NET or PHP / JSP if it has to be deployed as a web application. If a standalone offline application is required then entire school management system can be coded in java or c#.

Related open Source Project downloads: 
https://moodle.org/
https://github.com/prashantk001/School