Skip to content

mE-uMAr/Floor-Plan-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2D Floor-Plan AI

Floor Plan AI — a professional 2D floor planning web app built with FastAPI and Next.js.


To setup the project:

  • Run Command:
git clone https://github.com/mE-uMAr/Floor-Plan-application.git

Backend Setup:

cd 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

Frontend Setup:

cd frontend
# Install packages
npm i
  • Now run the server:
npm run dev

Application is running, setup you env and enjoy...

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published