Pharmacy-Mangment-System DEPLOYTEMENT ERROR
imperol3
HOBBYOP

2 years ago

aM RTRYING TO SET up an application on railway from https://github.com/Imperol3/Pharmacy-Mangment-System but it failed. WEverything has been correctly set up on my application

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

2 Replies

2 years ago

Please organise your project into the proper monorepo structure as follows -

.
├── backend/
│   ├── package.json
│   ├── package-lock.json
│   └── ...
└── frontend/
    ├── package.json
    ├── package-lock.json
    └── ...

This alone will not immediately solve your issue but it is a crucial step in properly deploying such an applicable to Railway.


imperol3
HOBBYOP

2 years ago

Thanks


Loading...