/Rws

Social platform experiment.

Primary LanguageJavaScriptMIT LicenseMIT

Rws

Rws is an experimental social platform for reading, writing, and sharing thoughts and news.

Prerequisites

  • 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

Usage

  1. Run git clone https://github.com/osmanjtekin/Rws.git in your CLI.

  2. cd to the Rws directory.

  3. Run uvicorn bootstrap:app or uvicorn bootstrap:app --reload to reload the server after code changes. Default host and port are 127.0.0.1 and 8000 respectively, but --host <host_address> or --port <port_number> can be appended for custom values.

Technologies

License

This project is licensed under the MIT License - see the LICENSE file for details.

Preview (homepage)

preview