Hard Prerequisites |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. |
|
In this project we’ll be building out a simple version of Airbnb. By the end there will be a lot of cool functionality. But we’ll do it piece by piece.
Take a look at Airbnb if you haven’t already. https://www.airbnb.co.za/
By the end of this multi-part project we’ll need the following.
And we need to give superusers/staff access to a a few different things. But we’ll get into that a bit later :)
If you haven’t heard of the principle of KISS look it up now. Generally, when building a kick-ass and complicated piece of software, it’s very very important to focus on what is actually required.
Many undisciplined developers fall down all sorts of rabbit holes and just build out a lot of half-broken and fully-useless bells and whistles instead of focusing.
You should always aim to follow the leanest, most steamlined path. Start off by making sure you will ne sucessful in building the stuff that is actually required before you consider scope creep.
Never heard of scope creep? Look that up too.
Please follow best practices here.
Please use a Postgres database. Run it in a docker container.
We use this for Tilde:
https://github.com/Umuzi-org/Tilde/tree/master/database/localhost
And you can look at the Tilde settings.py file here to see how we use environmental variables to set up database access:
https://github.com/Umuzi-org/Tilde/blob/master/backend/backend/settings.py
For this introductory part of the project you’ll need to just get a foundation in place on which you can work.