GithubHelp home page GithubHelp logo

edgar183 / ci-task-manager-mongo-flask Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8 KB

task manager application using MongoDB, python, flask at beck end of application. front-end framework Material

Python 20.63% HTML 78.33% CSS 1.05%

ci-task-manager-mongo-flask's Introduction

Task manager application

  1. Get data in place first before building application
    • new DB with as meny collections we need.
  2. Set up flask
    • sudo pip install flask
  3. Create Heroku appliction on heroku website
    • in c9 heroku login
    • check for apps heroku apps
    • local git init and add all files for initila commit
    • create new repo as instructed in heroku website
    • add requirements file sudo pip3 freeze --local > requirements.txt
    • add Procfile echo web: python app.py (app file) > Procfile
    • git add, commit and push to heroku
    • heroku ps:scale web=1 -start web process
    • set IP and PORT in heroku webist in settings
  4. Install and set up flask python mongo
    • sudo pip3 flask-pymongo
    • sudo pip3 install dnspython
  5. Set up mongoDB conections in .basrc and in app.py file
    • In mongoDB -> overview -> connect -> connect your application -> copy SRV address
    • export MONGO_URI="link" .bashrc on root
  6. Use Materialize framework for front end dev http://archives.materializecss.com/0.100.2/

ci-task-manager-mongo-flask's People

Contributors

edgar183 avatar

Watchers

James Cloos 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.