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

Initialize Flask Server for Nomic Game Application #6

Conversation

mustafakucuk0
Copy link
Collaborator

  • Created app.py to serve as the entry point for the Flask application, initializing the Flask app and importing routes from views.py with debug mode enabled.
  • Added views.py to handle route definitions, including a home route (/) with a welcoming message and a game session placeholder route (/game).
  • Introduced README.md to provide documentation on server setup, local testing procedures, and project structure, including an introduction to the Flask setup, installation steps, and a brief overview of app.py and views.py.

@jkbrooks jkbrooks closed this Apr 9, 2024
@snobbee snobbee deleted the taskforce_initialize_flask_server_for_nomic_game__Software_engineer 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