I'm looking to create a web application using Lift for a mini project I am working on. However, I really don't know where to begin.
The app will consist of:
- User accounts
- User profiles
- Internal messaging
- Comments
- Postings
- Embedding videos, pictures etc on the app
Once I define the objects such as the user accounts and posts, how can I use the Lift framework to create a suitable web application?
Is there an example "tutorial" application which I can work through to learn the concepts? I have looked on the Lift website and there is a chat application but this is not really what I am looking for.