Skip to content

This repo contains projects while in the process of learning flask. The repo contains TODO App, URL Shortner, Basic CRUD application and SQL Alchemy Training.

Notifications You must be signed in to change notification settings

sachdev27/Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Flask

This repository contains projects developed while learning Flask. The projects are taken from many youtube tutorials and other resources. The projects are developed to learn the basics of Flask and to get familiar with the framework. The projects are not intended to be used in production.

Projects

  • CRUD App (BASIC)
  • Todo App
  • URL Shortener App

Setup

  1. Clone the repository
  2. Create a virtual environment
  3. Install the requirements
  4. Run the app
git clone
cd learning-flask/<Project>
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

References

About

This repo contains projects while in the process of learning flask. The repo contains TODO App, URL Shortner, Basic CRUD application and SQL Alchemy Training.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published