Skip to content

xmuaop/SaveMii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaveMii

NNID Archiver Service (source code)

How do I setup this?

This is a standard Django app. You probably should know how to setup one. But if you really need steps, here you go (for development setup only):

  • First, clone the repository: git clone https://github.com/LetsShop3DS/SaveMii.git
  • After that, run cd SaveMii
  • Now, let's create the database: python3 manage.py makemigrations miiapp
  • After that, we'll apply the migrations to the database: python3 manage.py migrate
  • Now, run the server with python3 manage.py runserver. If everything went well, congrats, you now have a development setup! If it doesn't work, create an issue.

DISCLAIMER

This is a Linux tutorial, but if you are on Windows, do it via WSL : https://aka.ms/wsl/

Screenshot

About

NNID Archiver Service (source code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 60.6%
  • HTML 39.4%