Skip to content

hdhakernk/healthReflect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to This Simple App.

This app requires Python and Django pip and Git, numpy

For Linux Install git using:
sudo apt-get install git

For other OS download Git From here https://git-scm.com/downloads

Install Numpy

sudo pip install numpy== 1.13.3

Install ipython

sudo pip install ipython==5.5.0

First, update your local package index with apt, and then install the python-django package:

sudo apt-get update sudo apt-get install python-django

You can test that the installation was successful by

django-admin --version

1.8.7

First, we need to install the pip package manager. Refresh your apt package index:

sudo apt-get update

Now you can install pip. If you plan on using Python version 2, install using the following commands:

sudo apt-get install python-pip

Fast Approximate String Matching in a Dictionary, Used in Searching string, Install fuzzywazzy

pip install fuzzywuzzy==0.15.1

You have installed all packages and Dependancies

Create a Directory healthReflect using Command:

mkdir healthReflect

Change to Directory healthReflect

cd healthReflect

Clone Code from git

git clone git@github.com:dhakernk/healthReflect.git

Project is Clone to local disk Apply migration

python manage.py makemigrations
python manage.py migrate

Hoooo.... ALL Set Run server Using Command:

python manage.py runserver

About

Learning Project List of Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published