All Projects → servomac → Apistar From Scratch

servomac / Apistar From Scratch

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

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Apistar From Scratch

3 Alexa Audio Streaming Example Skill
An Alexa skill template for an audio streaming skill
Stars: ✭ 32 (-21.95%)
Mutual labels:  tutorial
Howtographql
The Fullstack Tutorial for GraphQL
Stars: ✭ 7,999 (+19409.76%)
Mutual labels:  tutorial
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-7.32%)
Mutual labels:  tutorial
Swiftui Coordinators Example
Sample app that showcases the use of the Coordinator Pattern in SwiftUI
Stars: ✭ 33 (-19.51%)
Mutual labels:  tutorial
Learn
learn
Stars: ✭ 970 (+2265.85%)
Mutual labels:  tutorial
Plannerapp blazor
PlannerApp is a full client-side application built with Blazor WebAssembly is a course material on AK Academy
Stars: ✭ 36 (-12.2%)
Mutual labels:  tutorial
Lane Detector
This repository is for my article "Tutorial: Build a lane detector" published on Medium.
Stars: ✭ 31 (-24.39%)
Mutual labels:  tutorial
Redaxo Mit Docker
Simple 🐳 Docker setup for REDAXO development. Contains demo website and beginner’s guide!
Stars: ✭ 40 (-2.44%)
Mutual labels:  tutorial
Introductiontovulkan
Source code examples for "API without Secrets: Introduction to Vulkan" tutorial
Stars: ✭ 972 (+2270.73%)
Mutual labels:  tutorial
Face Mask Detection
Face masks are crucial in minimizing the propagation of Covid-19, and are highly recommended or even obligatory in many situations. In this project, we develop a pipeline to detect unmasked faces in images. This can, for example, be used to alert people that do not wear a mask when entering a building.
Stars: ✭ 37 (-9.76%)
Mutual labels:  tutorial
Hyperbook
https://github.com/kwasniew/hyperbook-tutorial
Stars: ✭ 33 (-19.51%)
Mutual labels:  tutorial
Protege Tutorial
Material for GO OWL/Protege Tutorial
Stars: ✭ 34 (-17.07%)
Mutual labels:  tutorial
Golang Docker Build Tutorial
A template project to create a minimal Docker image for a Go application
Stars: ✭ 36 (-12.2%)
Mutual labels:  tutorial
Game Cheating Tutorial
热门网络游戏辅助开发教程
Stars: ✭ 961 (+2243.9%)
Mutual labels:  tutorial
Tutorials
Materials from LSH members' tutorials/talks.
Stars: ✭ 39 (-4.88%)
Mutual labels:  tutorial
Pacgo
A Pac Man clone written in Go (with emojis!)
Stars: ✭ 961 (+2243.9%)
Mutual labels:  tutorial
Tinyblogtutorial
A tutorial in French on Pharo's web stack
Stars: ✭ 35 (-14.63%)
Mutual labels:  tutorial
The Hello World Of Machine Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
Stars: ✭ 41 (+0%)
Mutual labels:  tutorial
Ggplot Courses
👨‍🏫 ggplot2 Teaching Material
Stars: ✭ 40 (-2.44%)
Mutual labels:  tutorial
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-12.2%)
Mutual labels:  tutorial

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].