Giter Club home page Giter Club logo

covid_vis's Introduction

covid_vis

Requirements:

  1. Python 3.6 or higher (Refer to this link to download and install Python: https://www.python.org/downloads/)
  2. Pip (Python package manager) usually gets installed along with python. If pip is not installed on your machine then follow the instructions in this link to install pip: https://www.makeuseof.com/tag/install-pip-for-python/

Steps to setup the project server locally (One time setup)

  1. Clone the repository.
  2. Navigate to the repository folder in your file system.
  3. pip install virtualenv
  4. Create virtual environment if required: virtualenv venv
  5. Activate virtual environment: source venv/bin/activate In windows: venv\Scripts\activate
  6. Run the following command : pip install -r requirements.txt
  7. Create superuser by running following command: python manage.py migrate python manage.py createsuperuser Follow on screen instructions to create superuser by giving username and password.

Steps to run development server locally

  1. Run the python server : python manage.py runserver 0.0.0.0:8000

Step to run production server using gunicorn

  1. Run the gunicorn server gunicorn covid_vis.wsgi --bind 0.0.0.0:8000

covid_vis's People

Contributors

arvind1705 avatar 20190430 avatar argunasekaran avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.