| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Key Features • Key Technologies • Requirements • Docker Setup • Local Setup • Support • License
git clone https://github.com/MartsTech/WeatherGPT.gitcd WeatherGPTSet up environment variables for the frontend. Navigate to the environments and then open the environment files and fill in the required variables.
Set up environment variables for the backend. Navigate to the .env.example file and copy it to a new file called .env and fill in the required variables.
Start the project using Docker Compose:
docker-compose up --buildgit clone https://github.com/MartsTech/WeatherGPT.gitcd WeatherGPTSet up environment variables for the frontend. Navigate to the environments and then open the environment files and fill in the required variables.
Set up environment variables for the backend. Navigate to the .env.example file and copy it to a new file called .env and fill in the required variables.
Install the frontend dependencies and start the development server (if you don't have pnpm installed, you can install it with npm install -g pnpm or use npm or yarn instead of pnpm):
cd frontend
pnpm install
pnpm startcd backend
pip install -r requirements.txt
python manage.py runserverWhether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this :)
You can check out the full license here
This project is licensed under the terms of the MIT license
| Back | FazBrowse Home | New Git URL |