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

Feat/288 mock api #298

Merged
merged 44 commits into from
Aug 13, 2024
Merged

Feat/288 mock api #298

merged 44 commits into from
Aug 13, 2024

Conversation

ndharmateja
Copy link
Collaborator

@ndharmateja ndharmateja commented Aug 11, 2024

  1. modularize express app
  2. setup skeleton routes for the current ones
  3. setup authentication and error handling
  4. setup prettier config

@ndharmateja ndharmateja self-assigned this Aug 11, 2024
@ndharmateja ndharmateja linked an issue Aug 11, 2024 that may be closed by this pull request
Copy link

vercel bot commented Aug 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rebutify ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 5:59pm

@ndharmateja ndharmateja marked this pull request as ready for review August 11, 2024 21:05
backend-mock/.prettierrc Outdated Show resolved Hide resolved
backend-mock/package.json Show resolved Hide resolved
backend-mock/src/utils/middleware.ts Outdated Show resolved Hide resolved
backend-mock/src/utils/middleware.ts Show resolved Hide resolved
backend-mock/src/controllers/auth-users.ts Outdated Show resolved Hide resolved
backend-mock/src/utils/errors.ts Outdated Show resolved Hide resolved
backend-mock/src/utils/config.ts Outdated Show resolved Hide resolved
backend-mock/src/utils/logger.ts Outdated Show resolved Hide resolved
backend-mock/package.json Outdated Show resolved Hide resolved
backend-mock/package.json Outdated Show resolved Hide resolved
@Monstarrrr
Copy link
Owner

Just tested with client, it works 🚀

@Monstarrrr Monstarrrr merged commit 43009da into main Aug 13, 2024
5 checks passed
@Monstarrrr Monstarrrr deleted the feat/288_mock-api branch August 13, 2024 18:02
@ndharmateja
Copy link
Collaborator Author

Just tested with client, it works 🚀

amazing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ mock-backend / Anything related to the Mock API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix typescript error in mock-api branch Handle permissions for mock API routes Initialize Mock API
2 participants