Code Monkey home page Code Monkey logo

deployingnodepython's Introduction

Intro

This is a nodeJS boilerplate application utilizing an express backend that can execute a python script. It is set up to be deployed to Heroku with Travis-CI.

note: The python libraries are there only for demonstration purposes and are not actually being used.

To start on localhost:

npm install

npm run python-install

For Windows Users:

npm run build-watch-client

npm run start-server

For All Others:

npm run start-dev

Then go to localhost:8080

To Deploy

If you are new to deploying, I highly suggest going to to his medium article to get started:

https://songniy.medium.com/nodejs-with-python-deployment-using-heroku-and-travis-ci-ea5d5fcdafc3

OR

create a heroku app add the node/js, python, and aptfile buildpacks.

go to .travis.yml file change the app to your app's name and the branch to the git hub branch you want to deploy off of. update the api_key with your own.

Go into .git/config and make sure your [travis] slug and url settings are all correct.

You may need to go into travis-ci.com to adjust some settings if travis-ci is not automatically picking up your github changes for this new repo. Also don't forget to add integrations for travis to your github repo.

Thanks for checking this out and let me know if you have any problems or thoughts!

deployingnodepython's People

Contributors

songniy avatar

Watchers

 avatar

Forkers

yinsong1

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.