Skip to content

alvachon/Transcendence42

 
 

Repository files navigation

Description

Ft-Transcendence

Installation

source ./start.sh

Running the app (without database)

make local

Test

Arborescence

TRANSCENDENCE42/
    .env #PRIVATE
    .gitignore #PRIVATE
    docker-compose.yml
    Makefile
    Pipfile #DEPENDENCY
    Pipfile.lock #DEPENDENCY
    README.md
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    django_service/
        Dockerfile
        entrypoint.sh #ACCESS DATA
        manage.py #PV DJANGO
        Pipfile #DEPENDENCY
        Pipfile.lock #DEPENDENCY
        api/__init__.py # - - - - - - - - - - - - - - - - - - - - - - - API
            models.py #CLASSES, DATA_STRUCT
            urls.py #LINK PATH
            views.py #EXECUTION

            apps.py  #TAGS
            admin.py #PV
            tests.py #PV
            auth/__init__.py # - - - - - - - - - - - - - - - - - - AUTH_USER
                models.py  #CLASSES, DATA_STRUCT
                urls.py
                views.py #EXECUTION

                apps.py #TAGS
                admin.py #PV
                tests.py #PV
                migrations/__init__.py #DEPENDENCY
            migrations/__init__.py #DEPENDENCY
        core/__init__.py # - - - - - - - - - - - - - - - - - DJANGO_SERVICE
            asgi.py
            settings.py
            urls.py
            wsgi.py
        FrontApp/__init__.py # - - - - - - - - - - - - - - - - - FRONT_END
                models.py  #CLASSES, DATA_STRUCT
                urls.py
                views.py #EXECUTION

                apps.py #TAGS
                admin.py #PV
                tests.py #PV
                templates/__init__.py # - - - - - - - - - - - - - -  PAGES
                            home/ # - - - - - - - - - - - - - - - - - HOME
                                css/empty.css
                                js/
                                    home.js
                                    select.js
                                home.html
                                init.html
                                select.html
                            hello.html
                            list_components.html
                migrations/__init__.py #DEPENDENCY
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    postgres/
        Dockerfile
        volume/
    ShellScripts/
        .cmds.sh
        .colours.sh
        .gitquick.sh
        .help.sh
		guide.txt
   		start.sh #ENTRYPOINT UTILS

Stay in touch

License

order command

About

42 School Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.5%
  • JavaScript 23.8%
  • HTML 13.2%
  • Shell 2.9%
  • CSS 2.7%
  • Makefile 2.0%
  • Other 0.9%