项目作者: miigueeleelz

项目描述 :
Project used to practice my knowledge acquired about Flask and pytest
高级语言: Python
项目地址: git://github.com/miigueeleelz/phoenix.git
创建时间: 2020-05-29T04:32:16Z
项目社区:https://github.com/miigueeleelz/phoenix

开源协议:

下载


Phoenix

Phoenix is a Restful service used to manage the information about teachers, subjects and students for public and private institutions.

Tech

Phoenix uses a number of open source projects to work properly:

  • Flask - A lightweight WSGI web application framework
  • peewee - A simple and small ORM

Installation

Phoenix requires Python v3 to run.

Install the dependencies and start the server.

  1. $ pip install -r requirements.txt
  2. $ chmod +x start.sh
  3. $ ./start.sh

License

MIT