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

AS A DEVELOPER I WANT TO DEFINE THE ARQUITECTURE OF THE APPLICATION AND SET THE DEVELOPMENT ENVIRONMENT SO THAT WE CAN START WITH THE REST OF STORIES #3

Open
raulf5 opened this issue Aug 20, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@raulf5
Copy link

raulf5 commented Aug 20, 2023

Front-end Scaffolding

  1. install vite
  2. install vitest, jsdom, @testing-library
  3. install dependencies: usequery,...
  4. create folders, components and first tests
  5. set data folder with test data

Back-end scaffolding

  1. install nest and generate game resources
  2. connect mongo
  3. test services y controllers
  4. test database

Acceptance Criteria

  • starter tests for all frontend components work correctly
  • starter tests for all backend components work correctly
@raulf5 raulf5 added the good first issue Good for newcomers label Aug 20, 2023
raulf5 pushed a commit that referenced this issue Aug 21, 2023
raulf5 pushed a commit that referenced this issue Aug 21, 2023
raulf5 pushed a commit that referenced this issue Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant