Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a skeleton Flask project to seed repo #3

Open
jjrofrano opened this issue Feb 11, 2024 · 0 comments
Open

Create a skeleton Flask project to seed repo #3

jjrofrano opened this issue Feb 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jjrofrano
Copy link

As a Developer
I need some starter code
So that I can start adding features to it

Details & Assumptions

  • We will be using Python with Flask
  • This only needs an emopty Flask app

Acceptance Criteria

Given the project is created in GitHub
When I issue a `git clone` on the project
Then I should get a minimal Flask application
When I run `python server.py`
Then I should have a Flask server running at `localhost:5000`
@jjrofrano jjrofrano added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant