Skip to content

leafstudiosDot/yumenetto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YumeNetto

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.

Software Requirements

  • Python 3.8+
  • pip
  • (Optional) Docker & Docker Compose

Setup Instructions

1. Clone the Repository

git clone <repository-url>
cd yumenetto_server

2. Create a Virtual Environment

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Apply Migrations

python manage.py migrate

5. Create a Superuser (Admin)

python manage.py createsuperuser

6. Run the Development Server

python manage.py runserver

The server will be available at http://127.0.0.1:8000/

Docker

To run YumeNetto using Docker:

docker-compose up --build

docker compose exec web python manage.py <command> can be used to run management commands inside the container.

Admin

Access the Django admin at http://127.0.0.1:8000/admin/

© leafstudiosDot 2026. All rights reserved.

About

A server for YumeNetto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages