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.
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.
- 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.
- 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.
- Clone the repository:
git clone https://github.com/your-username/Bright-Steps-Foundation.git
- Navigate to the project directory:
cd Bright-Steps-Foundation
- Create a virtual environment (optional but recommended):
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On Linux/MacOS:
source venv/bin/activate