TUTORIAL - nself-org/cli GitHub Wiki

Simple Blog - Step by Step Tutorial

Build your first nself application: a simple blog with user authentication.

What We'll Build

A blog with:

  • Public blog posts
  • User authentication (sign up, login)
  • Users can write posts
  • Comments on posts

Database Design

Create tables for:

  1. Users
  2. Posts
  3. Comments

See Database Guide for detailed schema setup.

Authentication Setup

Configure user authentication:

  • Email/password signup
  • JWT tokens
  • Session management

See Authentication Guide for complete setup.

Next Steps

  • Add GraphQL queries
  • Set up permissions
  • Build frontend
⚠️ **GitHub.com Fallback** ⚠️