/RealOffice

Web App to digitize office workflows

Primary LanguagePython

RealOffice

Web App to digitize office workflows

Dependencies:

Please install the following using pip

  1. Django v1.10.5
  2. Django REST framework v3.5.4
  3. scheduler

Usage:

  1. Start the server using python manage.py runserver <port_no> from the Code/RealOffice directory
  2. Open localhost:<port_no>/ for the user portal.
  3. Open localhost:<port_no>/admin for the admin portal.