https://github.com/yai-team/asdelivery
This is a mobile web application for internal delivery, built with Next.js on the frontend and NestJS on the backend.
https://github.com/yai-team/asdelivery
axios helmet javascript nestjs nextjs passport-jwt prisma-orm pwa react react-email sass tanstack-react-query typescript zustand
Last synced: 4 months ago
JSON representation
This is a mobile web application for internal delivery, built with Next.js on the frontend and NestJS on the backend.
- Host: GitHub
- URL: https://github.com/yai-team/asdelivery
- Owner: YAI-team
- License: agpl-3.0
- Created: 2025-02-04T12:43:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T22:15:11.000Z (8 months ago)
- Last Synced: 2025-04-09T09:50:11.452Z (7 months ago)
- Topics: axios, helmet, javascript, nestjs, nextjs, passport-jwt, prisma-orm, pwa, react, react-email, sass, tanstack-react-query, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 696 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An internal web app using Next.js and Nest.js for delivery management.
## Description
This is a mobile web application for internal delivery, built with Next.js on the frontend and NestJS on the backend. The project was developed a long time ago, and despite some refactoring, it still has a lot of problems.
## Current Issues
- **Code duplication**: A significant number of repetitive components and styles.
- **Project structure**: Needs improvement and optimization.
- **Outdated dependencies**: Some libraries require updates.
- **Testing**: Lacks sufficient test coverage.
## Possible Improvements
- Refactoring to eliminate code duplication.
- Enhancing architecture and improving logic separation.
- Updating dependencies.
- Adding test coverage for key parts of the application.
- Rewriting styles using Tailwind CSS.
## Additional Information
For detailed setup and usage instructions, refer to the respective folders: [frontend](/frontend) or [backend](/backend).
## License
This project is licensed under the [GNU Affero General Public License v3.0](./LICENSE).