Code Monkey home page Code Monkey logo

flaskblogs-finalassignment's Introduction

博客论坛

本项目是《Flask Web开发》的实践。也是我第一次接触后端的过程,在这个过程中了解了Flask框架下的后端的基本流程和内容,服务端渲染,REST架构。 并且在coding的过程中学习如何使用Git和GitHub。

使用说明

将项目clone到本地之后,创建一个虚拟环境: virtualenv venv

然后激活虚拟环境: source venv/bin/activate

在虚拟环境中,使用pip安装各种lib: pip install -r requirements.txt

启动服务器: python manage.py runserver

即可访问http://127.0.0.1:5000/

更新日志

  • v1.0 部署上线腾讯云 2017.11.20
  • v0.9 编写api接口 2017.11.13
  • v0.8 增加用户头像 2017.11.12
  • v0.7 增加用户评论 2017.11.10
  • v0.6 增加关注用户 2017.11.10
  • v0.5 增加博客文章 2017.11.10
  • v0.4 增加用户资料 2017.11.09
  • v0.3 增加用户角色权限 2017.11.09
  • v0.2 增加用户认证功能 2017.11.08
  • v0.1 基础框架 2017.11.07

API接口

TODO

  • 完善API,随后进行前后端分离。
  • 使用Vue.js编写前端

flaskblogs-finalassignment's People

Contributors

meloguo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.