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

Flask Server Integration for Nomic Game #9

Merged

Conversation

snobbee
Copy link
Contributor

@snobbee snobbee commented Apr 9, 2024

  • Added instructions in README.md for setting up a Python virtual environment.
  • Created requirements.txt to manage project dependencies, including Flask version 2.0.1.
  • Initialized Flask app in app/__init__.py with debug mode enabled.
  • Defined home and game placeholder routes in app/routes.py.
  • Updated README.md with instructions for running the Flask server locally and outlined a plan for future Nomic game logic integration.

README.md Outdated
# stf-nomic-game
## Setting Up a Python Virtual Environment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The environment instructions below are incorrect as we're using poetry so we should change accordingly

README.md Outdated
```

## Integration of Nomic Game Logic into Flask App
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These plans are pretty good. I'm not sure if they below in the readme though, maybe we should copy them and place them into the next ticket - #10

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ended up copying these instructions into the ticket so we can just remove these

requirements.txt Outdated
@@ -0,0 +1 @@
Flask==2.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if Poetry uses a requirements file so we should delete this one and replace with whatever poetry uses

@snobbee snobbee marked this pull request as ready for review April 9, 2024 15:11
@snobbee snobbee merged commit c507bbd into master Apr 9, 2024
@snobbee snobbee deleted the taskforce_flask_server_integration_for_nomic_game_w2 branch April 15, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants