Rws is an experimental social platform for reading, writing, and sharing thoughts and news.
-
Python 3.6+ (if not sure check with
python3 --version
) -
FastAPI - The web framework
-
aioredis - For accessing the Redis db asynchronously
-
async_lru - For async function caching
-
Run
git clone https://github.com/osmanjtekin/Rws.git
in your CLI. -
cd
to the Rws directory. -
Run
uvicorn bootstrap:app
oruvicorn bootstrap:app --reload
to reload the server after code changes. Default host and port are127.0.0.1
and8000
respectively, but--host <host_address>
or--port <port_number>
can be appended for custom values.
This project is licensed under the MIT License - see the LICENSE file for details.