Skip to content

Parvezi123/PythonCRUDApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python CRUD Application

Sample Movie Example

  1. Install virtualenv to install virtual Environment to manage depencies according
  2.  pip install virtualenv
    
  3.  virtualenv sample_env
    
  4. To activate sample_env virtual environment
  5.  sample_env\scripts\activate
    
  6. Then Install the following packages
  7.  pip install flask
    
  8.  pip install flask-sqlalchemy
    
  9. After creating settings.py , open terminal in current path
  10. python
    
  11. from movies import db
    
  12. db.create_all()
    
  13. exit()
    
  14. Executing the above commands will create a db.model file in current directory
  15. After, writing all the code, Execute the below code in terminal
  16. python app.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages