Skip to content

timmy0123/GeogptProject-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-Start 🚀

Note: To begin, you'll need an API key from Gemini.

Development Mode

  • Note: In Dev mode, the default config with backend is SQLite.
  1. Clone Repo:
git clone https://github.com/timmy0123/GeogptProject-back.git
  1. Configure Virtual Environment (Recommended):

    • Create Virtual Environment

      # macOS/Linux
      # You may need to run `sudo apt-get install python3-venv` first on Debian-based OSs
      python3 -m venv .venv
      
      # Windows
      # You can also use `py -3 -m venv .venv`
      python -m venv .venv
      
    • Activate the virtual environment:
      source .venv/bin/activate
           # Windows
           .venv\Scripts\activate
           ```
      </details>
      
      
      
  2. Install Dependencies:

pip install -r requirements.txt
  1. Update the .env file with
GOOGLE_API_KEY=<Your_API_KEY>
  1. Run the application:
python -m backend.app.main --mode dev
# or
python -m backend.app.main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages