-
Notifications
You must be signed in to change notification settings - Fork 70
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
Request for sample CRUD app #286
Comments
@jsandhol Hello mate! I have created a live project here using trailsjs framework. |
Hi, |
We also made this video for Trails v1: https://www.youtube.com/watch?v=AbSp8jqFDAY&t=4s. Everything there should be compatible with v2, and v3 (upcoming release). |
@anshulbisht06 Which server did you use to host this ? |
@AnthoniG |
@anshulbisht06 I thought AWS was expensive to run ? |
@AnthoniG just signup to AWS and choose the free tier instance (ubuntu as OS). It is free for 1 year. And there are many tutorials available that can help you get your web application hosted. |
Would it be possible to get a working CRUD example for total beginners like myself? With ORM and maybe without (if that's even supported). Just to get the correct/best practise example... Best would be 2 entities with 1:n relation but I'd settle on 1 entity sample too (the Person?). Thanks in any case for the work you're doing!
The text was updated successfully, but these errors were encountered: