Skip to content

Only Teachers is a web platform where Teachers can upload their study material and subscribed students can get access them.

Notifications You must be signed in to change notification settings

taaha161/OnlyTeachers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Only Teachers


Description:

Only Teachers is a web application built on ASP.NET Core that facilitates communication between students and teachers. It provides a platform where students can subscribe to the service and teachers can create, edit, delete, and read posts. Additionally, there is an admin panel where an admin can review and approve or reject these posts. The application utilizes ASP Identity and Authorization for user authentication and authorization, with SQLite serving as the database backend.


Features:

  • User Authentication and Authorization: Utilizes ASP Identity for user authentication and authorization, ensuring secure access to the platform.

  • Role-based Access Control: Implements role-based access control to differentiate between students, teachers, and administrators, allowing for granular control over user privileges.

  • Post Management: Teachers can create, edit, delete, and read posts, enabling effective communication with students.

  • Admin Panel: Provides an admin panel where administrators can review and approve or reject posts submitted by teachers, maintaining quality and relevance.

  • Subscription System: Allows students to subscribe to the platform, enabling them to stay updated with the latest posts from their teachers.

  • SQLite Database: Utilizes SQLite as the database backend, offering a lightweight and efficient storage solution for the application's data.


Technologies Used:

  • ASP.NET Core: The framework used for building the web application, providing robust features for web development.

  • ASP Identity: Handles user authentication, authorization, and account management within the application.

  • SQLite: A self-contained, serverless, zero-configuration, transactional SQL database engine used as the backend database.

  • HTML/CSS/JavaScript: Frontend technologies used for building the user interface and enhancing user experience.

  • C#: The programming language used for backend development, providing strong typing and object-oriented features.


Installation:

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/OnlyTeachers.git
  1. Navigate to the project directory:
cd OnlyTeachers
  1. Build the solution using Visual Studio or the .NET CLI:
dotnet build
  1. Run the application:
dotnet run
  1. Access the application in your web browser at http://localhost:5000.

Contributing:

Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request. Please ensure that your contributions adhere to the project's coding standards and guidelines.


License:

This project is licensed under the MIT License. Feel free to use, modify, and distribute this code for personal or commercial projects.


Contact:

For any inquiries or support, please contact [email protected].


Screenshots:

Screenshot 2024-06-24 at 5 24 35 AM

About

Only Teachers is a web platform where Teachers can upload their study material and subscribed students can get access them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published