Code Monkey home page Code Monkey logo

flask_template's Introduction

flask_template

flask template /Users/wc/Project/template/flask_template-main

How to run this project

macOS

  • python3 --version
  • python3 -m pip โ€” version OR python3 -m pip -V
  • python3 -m pip install --upgrade pip
  • pip3 install virtualenv

windows OS

  • python -V
  • py -m pip -version OR py -m pip -V
  • py -m pip install --upgrade pip
  • py install virtual

Create virtualenv with folder name venv

mac OS

python3 -m venv venv

. venv/bin/activate

windows OS

py -m venv venv

venv\Scripts\activate

Pull and pip install all depencies from requirements.txt

run code

  • python run.py

run testing script

  • pytest

Setup Database in MySQL

  • database name : template.db
  • username: 'root'
  • password:

Change the config

see file config.py

Resources

https://github.com/freeCodeCamp https://realpython.com/python-sqlite-sqlalchemy/ https://www.youtube.com/playlist?list=PLLjmbh6XPGK4ISY747FUHXEl9lBxre4mM

https://www.w3schools.com/colors/colors_picker.asp
https://www.w3schools.com/css/default.asp
https://www.w3schools.com/html/default.asp
https://www.w3schools.com/js/default.asp
https://www.w3schools.com/python/default.asp


https://coolors.co
https://icons8.com
https://www.colorbook.io
https://fonts.google.com
https://unsplash.com
https://dribbble.com/shots/popular/web-design

flask_template's People

Contributors

wcassw avatar

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.