All Projects → ErikJiang → accountbook_server

ErikJiang / accountbook_server

Licence: MIT license
📔 记账本 Django 后端

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to accountbook server

Go Chassis
a microservice framework for rapid development of micro services in Go with rich eco-system
Stars: ✭ 2,428 (+12040%)
Mutual labels:  restful
Wok
A cherrypy framework for multi-purpose plug-ins
Stars: ✭ 215 (+975%)
Mutual labels:  restful
Adnc
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net Core 3.1构建。
Stars: ✭ 223 (+1015%)
Mutual labels:  restful
Micro Server Own
基于SpringCloud 的微服务,订单,支付,商场(活动),工作流,用户,短信,极光
Stars: ✭ 195 (+875%)
Mutual labels:  restful
Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (+975%)
Mutual labels:  restful
Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+14025%)
Mutual labels:  restful
Tipe
🎉 Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
Stars: ✭ 2,157 (+10685%)
Mutual labels:  restful
gorest
RESTful Server Systems [DEPRECATED]
Stars: ✭ 34 (+70%)
Mutual labels:  restful
Nohttprxutils
🐠 本库是一款Android-Http标准协议网络通讯框架,基于RxJava+NoHttp封装。支持文件上传和断点续传、文件下载和断点下载、Http协议和Https协议队列网络请求、网络请求轮询。
Stars: ✭ 214 (+970%)
Mutual labels:  restful
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+1130%)
Mutual labels:  restful
Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (+920%)
Mutual labels:  restful
Lanblog
懒人博客,前后端分离,Vue+Beego Restful api 开箱即用,部署简单,后台管理系统简洁美观。好了,我编不下去了🤣
Stars: ✭ 212 (+960%)
Mutual labels:  restful
Tourism Demo
Flutter app backed by Redux, shows animations, internationalization (i18n), ClipPath, fonts and others...
Stars: ✭ 232 (+1060%)
Mutual labels:  restful
Mxisd
Federated Matrix Identity Server
Stars: ✭ 194 (+870%)
Mutual labels:  restful
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+14420%)
Mutual labels:  restful
Rest Crud
RESTFul CRUD Example with Node.js and Mysql
Stars: ✭ 188 (+840%)
Mutual labels:  restful
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+12825%)
Mutual labels:  restful
cmdb
基于 python 3.7 + django 2.2.3 + AdminLTE-3.0.0-beta.1 实现的资产管理系统。
Stars: ✭ 50 (+150%)
Mutual labels:  django2
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+1165%)
Mutual labels:  restful
Jersey 2.x User Guide
Jersey 2.x User Guide《Jersey 2.x 用户指南》 ,中文翻译
Stars: ✭ 235 (+1075%)
Mutual labels:  restful

accountbook_server

account book server project

构建运行步骤

1. 创建虚拟环境并安装依赖

$ pipenv install

2. 运行虚拟环境

$ pipenv shell

3. 创建数据库并执行迁移

启动MySQL服务, 创建数据库accountbook:

CREATE DATABASE accountbook DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;

检查数据库连接配置, 执行建表迁移:

$ python manage.py migrate

4. 运行服务

$ python manage.py runserver

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].