Skip to content

StorageReloaded Backend Server written in Rust

License

Notifications You must be signed in to change notification settings

StorageReloaded/Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

877b136 · Mar 25, 2021

History

5 Commits
Oct 26, 2020
Mar 25, 2021
Nov 22, 2020
Nov 8, 2020
Nov 8, 2020

Repository files navigation

StoRe Server

WIP

Usage

Dependencies

  • Python3
  • FastAPI
  • Uvicorn

For Arch Linux based distros, you can install the python-fastapi and the uvicorn package.

For Debian based distros, install python3 and then run pip install -r requirements.txt inside the project folder.

Running it

  1. Clone the repo
  2. Open a terminal and go to the project folder
  3. Run uvicorn main:app --reload to start the server
  4. Go to http://127.0.0.1:8000/docs (also try: http://127.0.0.1:8000/redoc)

Changelog