- Notifications
You must be signed in to change notification settings - Fork0
DaniilDDDDD/Cloud-File-Storage-FastAPI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A file storage that allows you to share a file via a link with other people, customize file permissions,and display a list of the most downloaded files.
Fork project'srepository.Load it to your machine.You must have python3 installed and createvirtual environment.To install all required packages open command prompt, activate virtual environment, go to project's directory and writepip instal requirements.txt. When all packages would be installed use commanduvicorn main:app --reloadto run FastAPI server on 8000 port of your machine (for examplelocalhost:8000)
All urls starts with domain name of your machine and port number on which you run the application.For examplehttp://localhost:8000 orhttp://blablabla.bla:1234.
You can see the documentation by deploying project and following the link/docs
About
Cloud File Storage built with FastAPI and using PostgreSQL as database engine.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.