I am trying to deploy a drf and react project. Any documentation on how to do it >
karmataiTRIAL
10 months ago
I have no Idea what I did wrong but its showing some log error
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
10 months ago
There's a few things wrong with the frontend and backend -
Frontend -
- It's starting a development server, copy the nixpacks.toml and Caddyfile from this repo into your frontend folder.
Backend -
- Missing a requirements.txt file.
- Missing a railway.json file, see here for example.
Once all that is done, please read this guide.