Project used to practice my knowledge acquired about Flask and pytest
Phoenix is a Restful service used to manage the information about teachers, subjects and students for public and private institutions.
Phoenix uses a number of open source projects to work properly:
Phoenix requires Python v3 to run.
Install the dependencies and start the server.
$ pip install -r requirements.txt
$ chmod +x start.sh
$ ./start.sh
MIT