Getting started¶
Install the CLI¶
See the installation guide for instructions on how to install the codefly
CLI.
Tutorials¶
Website Traffic Statistics¶
A very good way to get started with codefly
is to go through the website traffic statistics
tutorial.
This example will guide you through the process of creating a simple 3-Tier application to display traffic statistics to a website.
It will consist of a - web
frontend - a backend
API - a database
to store the data - a cache to speed-up our application
There are several choices for the backend python
, go
, JavaScript
and more to come soon.
So let's get started: Website Traffic Statistics