Skip to content

Aman-Khan/Droame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

How to Run (Droame) Web-Application

  • Clone this repo
  • Setup Python Virtual Environment(not necessary)
  • Install all requirement from requirements.txt file
  • Run uvicorn app.main:app --reload or uvicorn app.main:app to start API services
  • Register operator by using operator signup API
  • Run any live server to host index.html web page
  • Use the Opertor id which use signup earlier to login
  • After redirecting on operator.html page you can perform operator operations

Signup API body (JSON)

http://127.0.0.1:8000/signup

{ "operator_id":"operator_2", "password":"op2" }
For full description please download this PDF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published