Skip to content

study-soumya/IT-Eagle-Club-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT Eagle's Club Services

Table of Contents

Features

  • 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.

Installations

  1. Clone the repository:

    git clone https://github.com/study-soumya/IT-Eagle-Club-Services
    cd IT-Eagle-Club-Services
  2. Make Virtual Environment:

    python -m venv env
  3. Activate Environment:

    Windows: ./env/Scripts/activate
    Bash: source env/Scripts/activate
  4. Install the required Python packages:

pip install -r requirements.txt
  1. Configure the database settings in ITECS/settings.py.

  2. Apply migrations:

    python manage.py makemigrations
    python manage.py migrate
  3. Create a superuser for admin access:

    python manage.py createsuperuser
  4. Run the development server:

    python manage.py runserver
  5. Username & Password:

    usename: demo
    password: demosite

Usage

Admin Access

  1. Access the admin panel at http://localhost:8000/admin/ and log in with the superuser credentials created in step 5 of the installation.
  2. Use the admin panel to add informations on ITECS Members, ITECS Services, ITECS Blog and ITECS Work.

User Access

  • 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.

Authentication

  • Users are authorized by Django's built-in User Authentication method.

Contributing

Contributions to this project are welcome. If you'd like to make improvements, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

Please ensure your code follows best practices and includes appropriate tests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Website Images

Home Page:

1699866024051

About Section:

1699866069710

Services Section:

1699866172233

Members Section:

1699866203996

Contact Section:

1699866229466

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published