Skip to content

avyayjain/property_managment_space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Project about the property management system

Installation

  1. Clone the repository
git clone https://github.com/avyayjain/property_managment_space.git
  1. Install the requirements
pip install -r requirements.txt
  1. run the server
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000

you can also use fastapi cli

fastapi dev main.py
  1. you can also build the docker container by running the following command
docker build -t video_manegement .
  1. you can run the docker container by running the following command
docker run -d -p 8000:8000 video_manegement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published