8000 GitHub - bluecatchbird/sms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bluecatchbird/sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme

backend

$ cd backend
$ pip3 install --user -r requirements.txt
$ export PATH="$PATH:$HOME/.local/bin"
$ uvicorn test:app --reload

The swagger page of the backend is now available under: http://127.0.0.1:8000/docs.

frondend

$ cd frontend
$ yarn
$ yarn run web

The frontend ist now available under http://127.0.0.1:3000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0