All Projects → nekocode → Tornarest

nekocode / Tornarest

A simple RESTful Web Service built with Tornado.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Tornarest

Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (-17.54%)
Mutual labels:  backend
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+1377.25%)
Mutual labels:  backend
Learnify
👨🏻‍🏫 — Web Edukasi Open-Source yang dibuat oleh SYAUQIZAIDAN KHAIRAN KHALAF. Learnify adalah Web edukasi yang dilengkapi video, materi dan sistem ujian yang tersedia secara gratis. Learnify dibuat ditujukan agar para siswa dan guru dapat terus belajar dan mengajar dimana saja dan kapan saja.
Stars: ✭ 199 (-5.69%)
Mutual labels:  backend
Software Engineer Interview Questions
A lot of questions and links to prepare yourself for an interview.
Stars: ✭ 176 (-16.59%)
Mutual labels:  backend
Kotlin Multiplatform Template
Kotlin Multiplatform Template
Stars: ✭ 185 (-12.32%)
Mutual labels:  backend
Yii2 Angular Boilerplate
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Stars: ✭ 194 (-8.06%)
Mutual labels:  backend
Tus Ruby Server
Ruby server for tus resumable upload protocol
Stars: ✭ 172 (-18.48%)
Mutual labels:  backend
Go Graphql Starter
This repository uses graph-gophers/graphql-go to build a starter web application
Stars: ✭ 204 (-3.32%)
Mutual labels:  backend
Backend Interview Questions
Hiring is extremely hard, and figuring out if someone is a good fit within 45 minutes is a demanding task. Here are some simple questions to interview potential backend candidates.
Stars: ✭ 189 (-10.43%)
Mutual labels:  backend
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-6.16%)
Mutual labels:  backend
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (-13.74%)
Mutual labels:  backend
Mage2vuestorefront
Magento to Vue-storefront datapump - synchronizes Products, Categories and Product-to-category links between your Magento2 API and NoSQL database of vue-storefront
Stars: ✭ 183 (-13.27%)
Mutual labels:  backend
Db Query Matchers
RSpec matchers for database queries
Stars: ✭ 196 (-7.11%)
Mutual labels:  backend
Lumber
Install Forest Admin in minutes.
Stars: ✭ 2,077 (+884.36%)
Mutual labels:  backend
Okuna Api
🤖 The Okuna Social Network API
Stars: ✭ 200 (-5.21%)
Mutual labels:  backend
Csgofloat Inspect
Source Code that Powers the CSGOFloat Inspect Link API
Stars: ✭ 172 (-18.48%)
Mutual labels:  backend
Core
AdminArchitect - Active Admin for Laravel
Stars: ✭ 194 (-8.06%)
Mutual labels:  backend
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+6745.02%)
Mutual labels:  backend
Taisite Platform
最强接口测试平台
Stars: ✭ 203 (-3.79%)
Mutual labels:  backend
Resources
This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.
Stars: ✭ 198 (-6.16%)
Mutual labels:  backend

tornaREST

Description

TornaREST is a simple RESTful Web Service build with Tornado Web Server.It's a demo and a base framework for learning how to build a web service provides RESTful API.

Some Detail

How to use Python to build a RESTful Web Service

Run server

  • Edit config.py in the project root path:
  • Run init_db.py at first time to create nesscery data in mongodb
  • Run server.py

API response format

{
    'code': code,
    'msg': msg,
    'data': data
}

Features

  • Using RESTful API
  • Using tornado
  • Using mongodb
  • Using redis
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].