Skip to content

purkayasta/DocumentArchivingCatalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Document Archiving system is made for archive simple document.

Installation

Installing the latest stable version is simple. But make sure first you have python install on your system. You can use virtualenv or any wrapper to create Virtual Environment. I have used pipenv.

$ pip install pipenv

Check this for more information about pipenv

Install directly from git.

$ git clone https://github.com/purkayasta/Document-Archiving-catalog.git
$ cd Document-Archiving-catalog
$ pipenv install

Make sure delete all the migrations in the migration folder and do database migration.

$ python manage.py makemigrations
$ python manage.py migrate

Run the app by writting this commad.

$ python manage.py runserver

Some screenshot are given below

Homepage

homepage

2.Upload

upload

3.Searching

searching