Full Stack Developer Projects
Title: ERP System
- Project Description: This is the ERP application that assists vegetable companies of all types in more ways than one. For busy vegetable dealers, this application provides accounting, staff management, transportation information, costs, import-export details, mobile message billing, and several other features.
- Front End: Kivy
- Backend: Python
- Key Role:
- UI Design.
- Client Communication for specification.
- Core functionality development.
- Deployment
- Live project link: GitHub Repository
Title: Breath Analyser Web Applications
- Technology Stack: Python, Django, HTML, CSS, Ajax, Heroku
- Problem Statement: Create a web application for Breath Analyzer to track user information and results, allowing CRUD operations and providing a user-friendly interface. The application should be designed to manage user interactions efficiently and use AJAX for seamless data updates without reloading the entire page. The application will use Django Web Framework and MySQL database for data storage.
- Steps Followed:
- Participated in the Software Development Life Cycle (SDLC), including requirements gathering, analysis, detailed design, development, system testing, and user acceptance testing.
- Developed Create, Read, Update, and Delete (CRUD) methods in Active Record.
- Designed the front-end and back-end modules using Python with Django Web Framework.
- Created user interactive web pages using HTML, JavaScript, and CSS for a better appearance and user experience.
- Implemented AJAX to update small portions of web pages through server requests without full page reloads.
- Managed code versioning using GitHub and handled deployment to staging and production servers.
- Utilized MySQL database for handling simple queries.
- Deployed the web application using Heroku.