Git Product home page Git Product logo

dashdemo's Introduction

View Site on - http://54.252.68.234/

Tech Stack

  • Operating System - Ubuntu 22
  • Language - Python - 3.11
  • Dash - A python framework created by plotly for creating interactive web applications. Dash is written on the top of Flask, Plotly. js and React.
  • FastAPI - It is one of the most popular Python frameworks for building APIs.
  • Gunicorn - It is a popular web server used to deploy Python web apps. Typically, it's used as a WSGI server, but it's possible to combine it with Uvicorn to work as an ASGI server.
  • Uvicorn - It is an ASGI web server implementation for Python. It's the recommended web server for Starlette and FastAPI.
  • NGINX - It is an open-source tool with many uses. It started out as a web server but can now be used as a reverse proxy server, a load balancer, and more.NGINX is often used as a reverse proxy in front of the app's web server when working with Python web frameworks.
  • Docker - ....
  • Redis - ...

Reference Project -

Create first app - https://dash.plotly.com/minimal-app
Wrap FastAPI around dash - https://github.com/rusnyder/fastapi-plotly-dash
Deployment on EC2 Ubuntu 22 - https://dylancastillo.co/fastapi-nginx-gunicorn/

Env creation and run project locally

python3 -m venv venv
source venv/bin/activate
python app.py

Deployment Steps -

--- Write steps here ---

dashdemo's People

Contributors

shitalkat avatar

Watchers

 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.