- Run Command:
git clone https://github.com/mE-uMAr/Floor-Plan-application.gitcd backend
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txt- Now run the server:
uvicorn main:app --reload- You can access the server at 127.0.0.1:8000
cd frontend
# Install packages
npm i- Now run the server:
npm run devApplication is running, setup you env and enjoy...