Skip to content

An academic archive querying system for students and alumni.

License

Notifications You must be signed in to change notification settings

ACMAS/ACMAS-Frontend-for-ci-cd

 
 

Repository files navigation

ACMAS-Frontend

Lint Code Base Django CI

Usage

Install all required dependencies using pip3 install -r requirements.txt or pip install -r requirements.txt Start server with command python3 manage.py runserver 0.0.0.0:8000 or python manage.py runserver 0.0.0.0:8000

Developing with VSCode

Running ACMAS (without debugging)

To run the ACMAS service using VSCode, open the project's root folder in VSCode. Click "Run" on the application's top menu, and click "Run Without Debugging."

Debugging ACMAS

To debug the ACMAS service using VSCode, open the project's root folder in VSCode. Click "Run" on the application's top menu, and click "Start Debugging."


Executive Summary

ACMAS, or Automatic Course Material Archiving System is a free to use database site for anyone to both upload and view documents, materials, coursework, etc. for various courses and questions from any school/institute. On the internet today, there are many services that allow students to help each other with homework from various courses all over the world. However, those services are not free to access, which can make it difficult for everyone to use. ACMAS is a free to use database available for anyone to upload, and view backtests from their specific college’s courses, which can be very helpful for test preparation.

Features

There are many features that ACMAS will contain to make accessing content and using the database as simple and straightforward as possible. First, ACMAS will be able to support uploading problems as photos/PDFs/scanned in documents. In addition to this, there will also be the ability to search for problems by a specific school and course, or by specific question, or by image, which would all allow the user to then find the backtests and back work that they are looking for and use them for their own studying. There also will be links from questions on a backtests to alternative answers to the same question from other sources.

About

An academic archive querying system for students and alumni.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.0%
  • Python 36.8%
  • CSS 23.2%