Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-rl committed Oct 18, 2024
1 parent 5f2982d commit 156923c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@ This is a Flask web app example where I have been utilizing gained skills and kn
├── templates # route html files
├── tests # tests
│ ├── conftest.py # set up for testing
│ ├── test_auth.py # test for auth routes
│ ├── parameters.py # parameters for test
│ ├── test_about.py # test for about route
│ ├── test_admin.py # test for admin route
│ ├── test_auth.py # test for auth route
│ ├── test_blog.py # test for blog route
│ ├── test_collection.py # test for collection route
│ ├── test_error.py # test for error route
│ ├── test_useful_info.py # test for useful_info route
│ └── other routes # will be committed later
├── flask_app
│ ├── __init__.py # Initialize Flask app and extensions
Expand Down

0 comments on commit 156923c

Please sign in to comment.