Skip to content

Shishir-grez/MapChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebGeo2 Project

This repository contains the source code for the WebGeo2 project, which is organized into backend and frontend components.

Project Structure

  • backend/ — Python backend server and API
  • frontend/ — Modern JavaScript frontend (likely using Vite, Tailwind, TypeScript)

Getting Started

Backend

  1. Navigate to the backend directory.
  2. Create and activate a virtual environment (optional but recommended):
    python -m venv myenv
    myenv\Scripts\activate  # On Windows
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the backend server:
    python server.py

Frontend

  1. Navigate to the frontend directory.
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

Environment Variables

  • Backend: Set up environment variables in backend/.env as needed.
  • Frontend: Configure environment variables in frontend/.env if required.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published