Coder Social home page Coder Social logo

calebm1987 / full-stack-dev-mngis-2021 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 7.07 MB

presentation and demos for full stack development presentation at 2021 MN GIS/LIS Virtual Conference

Python 6.91% Shell 0.01% JavaScript 47.14% HTML 28.74% Vue 1.39% TypeScript 1.69% SCSS 13.80% CSS 0.33%

full-stack-dev-mngis-2021's Introduction

full-stack-dev-mngis-2021

presentation

The presentation is a reveal.js presentation. You can view it by opening the presentation/index.html in your browser or with node/express:

cd presentation
npm install
npm start

This should start the presentation at http://localhost://8000

Vue App

The vue app can be viewed in dev mode or as part of the flask service. To open in dev mode, you will first need to start flask as shown below and then:

cd brewery-finder
npm install
npm run serve

Otherwise, if you want to view this app as part of the flask service, do the following BEFORE starting the flask service

cd brewery-finder
npm install
npm run build

This will build and deploy the app to be hosted as part of the flask service. When you follow the steps below to start the service, you can find it at

http://localhost:5000/brewery/app

app

Flask Service

The flask service can be ran via running the app.py file. However, you must first install the dependencies:

pip install -r requirements.txt

then run it:

cd <this directory>
python app.py

This should start on http://localhost://8000. You can visit the Swagger UI page at http://localhost://5000/brewery/help

full-stack-dev-mngis-2021's People

Contributors

calebm1987 avatar

Stargazers

 avatar

Watchers

 avatar  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.