Tutorial
In this tutorial we’ll see how we can build a simple todo app with Fabloq as our backend and react as our frontend. All the react code is available in the following Github repo. We’ll learn how to setup fabloq project, create endpoints and their logic using interactive flow-chart interface of fabloq, how create database tables and how to deploy your project. So lets get started...
# Create a project
- Login to your fabloq account and select “new project” on the project page.
- Enter a name for your project and select create. Once you successfully create your project you’ll be on workspace page.
# Next steps
Now lets make an endpoint to create new notes. See Build endpoint to create new notes