Skip to content

dhruv-bhanushali/movie-crud-flask

 
 

Repository files navigation

Movie Database CRUD Application

Requirement

  1. python3
  2. pip3

How to Install:

  1. Install Requirements pip3 install -r requirements.txt
  2. Create DB in python interface. run python3 in terminal
>>> from movie import db
>>> db.create_all()
>>> exit()
  1. Run the App by python3 movie.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.5%
  • HTML 24.3%
  • CSS 22.8%
  • Shell 8.4%