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.
- 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
Working Project will look like this!
Contributions are always welcome :)
Can work upon the issues mentioned and
- Fork the Repository
- Create your featureBranch.
- Commit your changes (
git commit -m "Added amazingFeature"
) - Push to the branch (
git push origin feature/amazingFeature
) - Open up a Pull Request.
# Django
https://docs.djangoproject.com/en/4.1/
# Pythonanywhere
https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/