brianweber2 / atr-target-trading-bot

ATR Target Trading Bot using Joe's studies.
2 stars 0 forks source link

Setup MongoDB with Flask #17

Closed brianweber2 closed 6 years ago

brianweber2 commented 6 years ago

Start without using Graphene for now. Will be too complicated since this requires a client-side GraphQL implementation.

http://docs.mongoengine.org/index.html

http://graphene-mongo.readthedocs.io/en/latest/index.html

https://teamtreehouse.com/library/mongo-basics

https://www.youtube.com/watch?v=vVx1737auSE

brianweber2 commented 6 years ago

Let’s use PYMongo : https://youtu.be/rGER0KDdJqI

brianweber2 commented 6 years ago

commit afba7ce56339cb953f136259e4baad31d63def22 Author: brianweber2 brianweber2@gmail.com Date: Wed Jun 27 22:38:45 2018 -0700

Added User model, basic html template pages for login, register and index, forms for login and registration. Need to fix login page.