/apistar-from-scratch

A step-by-step tutorial to create a simple API with apistar framework

Primary LanguagePython

API Star from scratch

Build Status

API Star is a web framework at early stages, centered in API construction. Its development is leaded by Tom Christie, the developer of Django REST framework.

See this slides from his talk in the DjangoCon Europe. There is also a community forum of the framework.

This is a step by step tutorial to develop a simple API using this framework, heavily inspired by JavaScript Stack from Scratch.

This project is a work in process, that could be parallel to the development and new versions of API Star. Please, feel free to open an issue and/or fork this project to contribute. Hopefully this could be used as an open and live discussion about API development good practices.

Table of Contents

01 - Set up the environment and create your first project

02 - A basic CRUD API with TDD (WIP)

03 - Database Backend (WIP)

04 - Add User Authentication (Pending)

Related content

API Star's Poll Tutorial APIStar project template