Skip to content

tekinosman/Rws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Social platform experiment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published