Getting Started

Getting Started
SeaORM Pro is a full-stack web framework based on Loco with all the scaffolding so you don't have to start from scratch.
You can launch your own admin portal in minutes starting from nothing but a database with some data!
It involves:
- Environment Setup
- Generate Entities
- Launch!
Getting Started with Axum
We use the axum_example example as the base, it contains basic REST API to handle basic user management such as user login and user info of current session.
- Setup Admin Endpoint
- Setup GraphQL Endpoint
- Launch!