Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Execute this on powershell (ADMIN) Set-ExecutionPolicy RemoteSigned

1. **Copy the template** to a new project folder.
2. **Run the setup script**:
   - On Windows, double-click `run_flask.ps1` or run:
     ```
     .\run_flask.ps1
     ```
3. **Open your browser** and go to `http://127.0.0.1:5000/`.


# Setup you DB :
1- Open you SSMS and then right click on Databases / new / name database "Baraka"


# Run migrations : \
whenever you update your models you need to create a migration :
  1- flask db init (the first time only)
  2- flask db migrate -m "Initial migration"
  3- flask db upgrade


Enjoy coding! 🚀

About

this is a basic startup project structure for web developpement in python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages