diff --git a/README.md b/README.md index c92be16..14f2459 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# Todo-Backend \ No newline at end of file +# Todo-Backend + +Here we have written the backend code inside the static folder +this is for testing on wednesday +this is a test branch +this is from visual studio code diff --git a/static/Steps.txt b/static/Steps.txt index f7ca421..190adcc 100644 --- a/static/Steps.txt +++ b/static/Steps.txt @@ -1,6 +1,6 @@ # To create a migration repository, run: # flask db init - +# this will be used to changing for test # To add updates to the database, use the following command: # flask db migrate -m "Your update message"