Giter Club home page Giter Club logo

flask-react-todo-app's Introduction

Time Managment Assistant

To-Do application based on Python/Flask Backend JWT and a Javascript/React/Redux Front-End with Material UI.

  • Python 3.x
  • Pytest
  • Flask
  • React
  • Redux
  • React-Router 2.0
  • React-Router-Redux
  • Babel 6
  • SCSS processing
  • Webpack

Introduction

A modern Web Application is made up of three main components:

  • Front-end;
  • Back-end;
  • Database;

Description

To make project well structured we will keep those components separated. A popular and productive technology stack today is a combination of React/Redux for the front-end, Python/Flask for the Backend, and SQLAlchemy as the Python Object Relation Map (ORM) to communicate with your SQL database.

Install Back-End Requirements

$ pip install -r requirements.txt

Install Front-End Requirements

$ cd static
$ npm install

Install Database

  • Install the free community edition of MySQL and MySQL Workbench
  • Create Scheme "mydatabase"
  • Add configuration string to file config.py: mysql+mysqlconnector://root:admin@localhost/mydatabase
  • Create tables python manage.py create_db

Run Back-End

$ python manage.py runserver

Run Front-End

$ cd static
$ npm start

Run

Open your browser to http://localhost:3000

Enjoy! If you have any questions please send me a message to [email protected]

flask-react-todo-app's People

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.