This repository contains my completed projects for the CodeAlpha Internship Program (March 2026 Batch). These tasks demonstrate my ability to design backend systems, build APIs, and manage real-world application logic.
A backend system for managing events and user registrations.
- Event creation and management
- User registration for events
- View event list and details
- Register and cancel event participation
- Linking users with events
- Backend built using Django / Express.js
- Database models for events and users
- RESTful APIs for event handling
- Registration management system
A complete backend system to manage restaurant operations.
- Menu management
- Order processing
- Table reservation system
- Inventory tracking
- Sales and reporting
- APIs for placing orders and managing tables
- Inventory auto-update logic
- Table availability checking
- Backend logic for restaurant workflow which is built using Node.js/ Express.js
A backend platform for job listings and applications.
- Job posting and management
- Job search and filtering
- Resume upload system
- Job application tracking
- Employer and candidate management
- APIs for job posting and applications
- Database models for users, jobs, resumes
- Application status updates
- Backend logic for restaurant workflow which is built using Node.js/ Express.js
- JavaScript (Node.js) / Python (Django)
- Express.js
- REST APIs
- Git & GitHub
codealpha_tasks/
β
βββ event-registration-system/
βββ restaurant-management-system/
βββ job-board-platform/
βββ .gitignore
βββ README.md
git clone https://github.com/Hrithi28/codealpha_tasks.git
cd restaurant-management-system
npm install
node server.js
- Backend development using Node.js / Django / Express.js
- API design and implementation
- Database modeling and relationships
- Real-world system design
- Version control with Git
- Program: CodeAlpha Internship
- Batch: March 2026
I would like to thank CodeAlpha for providing this opportunity to enhance my technical skills through practical and industry-relevant tasks.