Welcome to ARMS, an open-source website that provides a platform for teachers to upload study materials such as PDFs. The system is designed to make it easy for teachers to share their educational resources with their students and also with the wider community. The website is available to the public, which means that any student can download the uploaded files and use them for their studies. ARMS is a powerful tool that enables teachers to manage and share their academic resources, providing a valuable service to students and educators alike. By using ARMS, teachers can reach a wider audience, improve their teaching materials, and contribute to the education community as a whole.
Check out a live demo of ARMS at https://armss.netlify.app/.
- Teachers can upload and manage their academic resources.
- Students can easily access uploaded files for their studies anonymously without login or signup.
- Students no longer need to search for PDFs all over their devices, ARMS helps users organize all PDFs in a single place.
- Open source project, allowing for community contributions and improvements.
- Easy to use interface for both teachers and students.
To get started with ARMS, you can follow these simple steps:
- Clone the project from GitHub to your local machine using
https://github.com/ChiragChrg/ARMS.git
- Install the necessary dependencies by running
npm install
on bothFrontend
andBackend
folders. - Run the application on a local server by running
npm run dev
on bothFrontend
andBackend
folders. - Start uploading and managing academic resources!
ARMS is an open-source project, and contributions are welcome from anyone. If you would like to contribute to the project, you can fork the repository, make your changes, and submit a pull request.
ARMS is licensed under the MIT License, meaning that it is free to use, modify, and distribute as long as the original license is included. See the LICENSE file for more information.