Skip to content

vishwaspuri/DocApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DocApp

  1. Fork the reppo and open terminal/cmd
  2. Clone the repo and change directory
$ git clone <Repo_link>
$ cd DocApp
  1. Create Virtualenvironment
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
  1. Install requirements
$ pip install -r requirements.txt
  1. Set credentials(Put the credentials.json file in the base directory)
$ export GOOGLE_APPLICATION_CREDENTIALS='<credential-filename>.json'
  1. Migrate and makemigrations
$ python DocApp/manage.py migrate
$ python DocApp/manage.py makemigrations
  1. Runserver
$ python DocApp/manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.5%
  • CSS 40.1%
  • Python 7.6%
  • HTML 5.8%