Skip to content

xradeel/Bright-steps-foundations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bright Steps Foundation

Welcome to the Bright Steps Foundation project repository! This web project aims to provide support to needy students by offering scholarships, free books, sports kits, and various other resources to help them continue their studies.

Project Overview

The Bright Steps Foundation project is a web application developed using Django, a high-level Python web framework. This initiative is designed to make a positive impact on the education of underprivileged students by providing them with essential resources.

Features

  • Scholarship Application: Students can apply for scholarships through the web application.
  • Resource Requests: Needy students can request free books, sports kits, and other educational resources.
  • Donor Interface: Donors can register, view applications, and contribute to specific requests.
  • Admin Dashboard: An administrative interface to manage scholarships, resources, and user applications.
  • Responsive Design: The web application is designed to be accessible on various devices.

Technologies Used

  • Django: The backend of the web application is built using the Django web framework.
  • Django REST Framework: Used for building RESTful APIs to manage data.
  • SQLite: The default database for Django.
  • HTML, CSS, JavaScript: Frontend technologies for creating a dynamic and responsive user interface.

How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/Bright-Steps-Foundation.git
  2. Navigate to the project directory:
    cd Bright-Steps-Foundation
  3. Create a virtual environment (optional but recommended):
    python -m venv venv
  4. Activate the virtual environment:
    • On Windows:
    venv\Scripts\activate
  • On Linux/MacOS:
source venv/bin/activate

Releases

No releases published

Packages

No packages published