Skip to content

paneru-rajan/rr-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD App

This app will do a simple create/read/update and delete operation from a simple webpage.

Topics we will cover:

Database

  • Database setup using docker
  • Schema/Table Creation
  • Manipulate data from Pycharm

Python App

  • Connects to db
  • Expose an endpoint (API) for CRUD

HTTP Calls

  • Use pycharm to make http calls to api endpoint
  • Basic http requests from curl and postman

Front-end

  • Simple html table to do CRUD (note this class does not cover html/css/js), however I will try to explain if anyone has concerns/questions on the src folder

During this we will be covering following python basics:

Introduction

  • Keywords and Identifiers
  • Statements & Comments
  • Python Variables
  • Python Datatypes

Python Flow Control

  • Python Functions
  • Function Argument
  • Python Package

Python Datatypes

  • Python Numbers
  • Python List
  • Python Tuple
  • Python String
  • Python Set
  • Python Dictionary

References:

Instructor

About

CRUD app to learn basic python, api and db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published