Schoolarly Q
SchoolarlyQ is a platform designed to help students and educators manage questions, answers, and learning resources efficiently. The platform offers robust tools for managing educational content, user interactions, and resource sharing.
- Question and Answer Management: Create, view, and organize questions and answers.
- User Authentication: Secure login and registration for students and educators.
- Resource Sharing: Share learning materials and resources.
- Search Functionality: Quickly find questions, answers, and resources.
- Next.js - a framework for building server-rendered React applications
- MongoDB - a NoSQL database
- Tailwind CSS - a utility-first CSS framework
- Node.js (v16 or higher)
- npm or yarn
- MongoDB running locally or remotely
-
Clone the repository:
git clone https://github.com/yourusername/SchoolarlyQ.git cd SchoolarlyQ -
Install dependencies:
yarn install npm install
-
Copy the .env.example file to .env.local and update any details required
-
Start the development server:
yarn dev npm run dev
-
Visit
http://localhost:3000in your browser.
- Register or log in to your account.
- Manage questions, answers, and resources from the dashboard.
- Use search to find relevant educational content.
Contributions are welcome! Please open issues or submit pull requests.
Don't forget to leave a star⭐️.
This project is licensed under the MIT License.
