This is a YumeNetto server implementation built with Django. The community platform that users can join anonymously, create threads, and interact within the specified community.
- Python 3.8+
- pip
- (Optional) Docker & Docker Compose
git clone <repository-url>
cd yumenetto_serverpython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverThe server will be available at http://127.0.0.1:8000/
To run YumeNetto using Docker:
docker-compose up --builddocker compose exec web python manage.py <command> can be used to run management commands inside the container.
Access the Django admin at http://127.0.0.1:8000/admin/
© leafstudiosDot 2026. All rights reserved.