Welcome to the Physics Course Website! This website is built using Django and provides functionality for users to login and take up physics courses.
- User Registration: Users can create an account to access the course materials.
- User Login: Registered users can log in to access their course progress and interact with the website.
- Course Catalog: Users can browse the available physics courses offered on the website.
- Course Enrollment: Users can enroll in the desired physics courses.
- Course Progress Tracking: Users can track their progress within each course.
-
Clone the repository:git clone https://github.com/Tejoooo/PhyOFlow.git
-
Install the required dependencies:pip install -r requirements.txt
-
Apply database migrations:python manage.py migrate
-
Start the development server:python manage.py runserver
-
Access the website in your browser at http://localhost:8000.
- Visit the website and click on the "Register" link to create a new account.
- Once registered, log in using your credentials.
- Explore the course catalog to see the available physics courses.
- Enroll in the desired courses and start your learning journey.
- Track your progress within each course and access the course materials.
- Complete the lessons, watch videos, and utilize the provided resources to enhance your understanding of physics.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for more details.