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

Set up database for storing city and user data #5

Open
7 tasks
KJJisBetter opened this issue Aug 31, 2024 · 0 comments
Open
7 tasks

Set up database for storing city and user data #5

KJJisBetter opened this issue Aug 31, 2024 · 0 comments

Comments

@KJJisBetter
Copy link
Owner

KJJisBetter commented Aug 31, 2024

Implement a database solution to store city information and user data. This task includes:

  • Choosing an appropriate database (e.g., PostgreSQL, MongoDB)
  • Designing the schema for city data (name, country, coordinates, etc.)
  • Creating tables/collections for user data (profiles, preferences, saved cities)
  • Setting up database connection in the Flask backend
  • Implementing basic CRUD operations for city and user data
  • Ensuring proper indexing for efficient queries
  • Consider data security and privacy measures.
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

No branches or pull requests

1 participant