Here at Flybase, we’ve actually built a small development stack we use when we’re developing apps, we call it the FIT Stack, and it stands for:
We use this stack so much we’ve even set up two branches that we use to build our apps off of:
Using the FIT Stack, we decided last week to see how fast we could build a small clone of TaskRabbit, in this case, it lets you sign up, sign in, change your password, post and edit tasks, comment on tasks and place bids to do a task.
You can easily take this and build on it to use Stripe.com for payments, or to also allow people to post services, but this is just version 1. 🙂
And it’s using absolutely no backend code! The entire site is hosted on Github Pages and was built in less than a day.
You can check it out here at SideGig, and you can view the repo here. Play with the test site, download the repo, see how easy it was to build what we’ve built.
One thing we did do here that could have been built in Node via the Thin servers part was we decided to make use of our Zapier channel to handle emails.
When a task runner’s bid is accepted, we store the message in a collection called notifications
, which we then tell our Zapier.com zap to listen for new records being added to and then use mandril to send the email. I guess in this case, Zapier became the thing server.
On thing to note, our Zapier channel is currently Invite-only until it’s released globally, but you can use this link to request an invite and we’ll get you set up. 🙂
Ready To Build Awesome Apps?