- ITECS provides services like online courses on different topics (Web Development, Full Stack Development, Online Marketing, Digital Marketing, and etc.) and we also support social services (Tree Plantation Program, Blood Donation Camp, etc).
- Admin Handling lnterface and additional features to Admin like adding members, blog data, remove exclusive content and etc.
- Blog Page (User and Admin both can add blog on the website), where you can post your thoughts.
- User Authentication.
- Responsive UI/UX Design for all devices.
- Contact us using the email system provided in the website.
-
Clone the repository:
git clone https://github.com/study-soumya/IT-Eagle-Club-Services cd IT-Eagle-Club-Services -
Make Virtual Environment:
python -m venv env
-
Activate Environment:
Windows: ./env/Scripts/activate Bash: source env/Scripts/activate -
Install the required Python packages:
pip install -r requirements.txt-
Configure the database settings in
ITECS/settings.py. -
Apply migrations:
python manage.py makemigrations python manage.py migrate
-
Create a superuser for admin access:
python manage.py createsuperuser
-
Run the development server:
python manage.py runserver
-
Username & Password:
usename: demo password: demosite
- Access the admin panel at
http://localhost:8000/admin/and log in with the superuser credentials created in step 5 of the installation. - Use the admin panel to add informations on ITECS Members, ITECS Services, ITECS Blog and ITECS Work.
- User can access all the details that are provided in the website except modifying the information that are provided by the Admin User.
- User can login and post blogs, edit blogs, access to see the information regarding Services that we are providing.
- Users are authorized by Django's built-in User Authentication method.
Contributions to this project are welcome. If you'd like to make improvements, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
Please ensure your code follows best practices and includes appropriate tests.
This project is licensed under the MIT License - see the LICENSE file for details.
Live Website: IT Eagle's Club Services
Home Page:
About Section:
Services Section:
Members Section:
Contact Section:




