Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echo-webx/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/echo-webx/asdelivery
axios helmet nestjs nextjs passport-jwt prisma-orm pwa react react-email sass tanstack-react-query zustand
Last synced: 1 day 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/echo-webx/asdelivery
- Owner: Echo-webx
- License: agpl-3.0
- Created: 2025-02-04T12:43:39.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-02-04T16:14:48.000Z (3 days ago)
- Last Synced: 2025-02-04T17:25:21.832Z (3 days ago)
- Topics: axios, helmet, nestjs, nextjs, passport-jwt, prisma-orm, pwa, react, react-email, sass, tanstack-react-query, zustand
- Language: TypeScript
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsDelivery
## 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 originally developed quite some time ago, and despite multiple refactorings, it still has several issues.
## 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).