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

File structure #4

Closed
AlaaSaadeddin opened this issue Jun 17, 2020 · 1 comment
Closed

File structure #4

AlaaSaadeddin opened this issue Jun 17, 2020 · 1 comment

Comments

@AlaaSaadeddin
Copy link
Collaborator

AlaaSaadeddin commented Jun 17, 2020

File Structure

  • client/

    • public/
    • src/
      • assets/
        • icons/
          • .gitkeep
        • images/
          • .gitkeep
      • components/
        • index.js
      • constants/
        • routes.js
      • containers/
        • index.js
      • app/
        - index.js
        - app.module.css
    • .gitignore
    • .eslintrc.json
    • package-lock.json
    • package.json
  • server/

    • controllers/
      - index.js
      - errorHandle/
      - index.js

    • database/

      • data/
        • build.sql
        • fakeData.sql
        • build.js
      • queries/
        • index.js
      • connection.js
    • utils/

      • validation/
        • index.js
    • app.js

    • index.js

    • .env

  • test/

    • index.js
  • .travis.yml

  • .gitignore

  • .eslintrc.json

  • package-lock.json

  • package.json

@AlaaSaadeddin
Copy link
Collaborator Author

FrontEnd Packages :

 - Dependencies : 
   - antd
   - axios
   - prop-types

 - Devdependencies :
   - prettier 
   - eslint

BackEnd Packages :

- Dependencies : 
   - bcrypt
   - compression
   - cookie-parser
   - dotenv
   - express
   - jest 
   - jsonwebtoken
   - pg
   - dotenv
   - prettier
   - yup
  • Devdependencies :
    • nodemon
    • eslint
    • supertest
    • pre-commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants