Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure Project Dir 🔥 #35

Open
maryjess opened this issue Oct 12, 2024 · 4 comments · May be fixed by #36
Open

Restructure Project Dir 🔥 #35

maryjess opened this issue Oct 12, 2024 · 4 comments · May be fixed by #36

Comments

@maryjess
Copy link
Owner

maryjess commented Oct 12, 2024

Intended Project Dir

exSpent/
    frontend/
        ...

    backend/
        exSpent_app/                    # django app is here
            api/                        # should api be here?
                urls.py
                views.py
                serializers.py
            nlp/                        # what about nltk files?
                text_processing.py
            __init__.py
            settings. py                # this is where you put the PostgreSQL config
            urls.py
            ...

        migrations/
    
    .gitignore
    README.md

Originally posted by @maryjess in #15 (comment)

@maryjess
Copy link
Owner Author

maryjess commented Oct 12, 2024

where would API files be, in the project dir?

  • api/ dir, inside the django app

@maryjess
Copy link
Owner Author

maryjess commented Oct 12, 2024

what about NLTK files?

how are you going to use the NLTK, in the API? #18

@maryjess
Copy link
Owner Author

maryjess commented Oct 13, 2024

Current Project Dir (React Native alr setted up)

exSpent/ # branch main
    __tests__/

    README.md
    .gitignore

    # below to move to directory frontend/
    App.tsx
    Gemfile
    app.json
    babel.config.js
    index.js
    jest.config.js
    metro.config.js

@maryjess
Copy link
Owner Author

maryjess commented Oct 18, 2024

SAVE THE ASSETS 🔥

#12

@maryjess maryjess changed the title Restructure Project Dir Restructure Project Dir 🔥 Oct 18, 2024
@maryjess maryjess linked a pull request Oct 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant