Uzay is a neatly written API using Express and Mongo to serve as the basic backend for a blog.
When complete, Uzay will be centered around serving perfectly neutral content which supports both favourable and unfavourable thoughts and content for a user. It encourages a user to browse a personalised feed rather than being served a feed according to their personal comfortable preference. This behaviour has proved to be fairly unhealthy and partisan promoting, which was never the true intent of the Internet.
Public feeds are much more carefully served to highlight the under-rated content in a subtle way, which would ideally promote an excellent variety of thoughts.
Once you've cloned this/your forked repo, use docker-compose
to bootstrap the environment.
# Development Version
docker-compose -f docker-compose-development.yml up --build
This will bootstrap your database and start Uzay.
MIT