TurnUp - Research Paper Publisher

A web app deployed over pythonanywhere allowing admins to upload research papers with custom categories. Users can easily filter, view, and download papers by category, enhancing accessibility and convenience.

🛠 Tech Stack

html css js python django Bootstrap SQLITE PythonAnywhere Badge

Installation

  • Clone the Repository to the desired location
  git clone https://github.com/Deepak91168/ResearchPaperPublisher
  • Open Repository
 cd ResearchPaperPublisher
  • Create a Virtual environment
 virtualenv venv
  • Activate the virtual environment
 source venv/bin/activate
  • Install the required Dependencies
 pip install -r requirement.txt
  • Migrate all the database
 python manage.py migrate
  • Run the Development server
 python manage.py runserver
  • If running with DEBUG=FALSE, then
python manage.py collectstatic

Screenshot

Working Project will look like this!

App Screenshot

Contributing

Contributions are always welcome :)

Can work upon the issues mentioned and

  1. Fork the Repository
  2. Create your featureBranch.
  3. Commit your changes (git commit -m "Added amazingFeature")
  4. Push to the branch (git push origin feature/amazingFeature)
  5. Open up a Pull Request.

References

# Django
  https://docs.djangoproject.com/en/4.1/

# Pythonanywhere
  https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/