Skip to content

Project used to practice my knowledge acquired about Flask and pytest

Notifications You must be signed in to change notification settings

miigueeleelz/phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

License

MIT

About

Project used to practice my knowledge acquired about Flask and pytest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published