cristiano-r-moraes / Employee_Manager_APP

This is an aplication (API) intended to manage employee's information and reports.
0 stars 0 forks source link
flask python python3

Employee_Manager_APP

This is an aplication (API) intended to manage employee's information and reports.

Table of contents

General info

In order to run the program in your local environment, remember to fill in your personal information for the user and password to access the methods implemented in the API. These are related with the environment variables: 'admin_key' and 'password'.

Python version used in this project: Python 3.8.10

The information about the extensions used in python are in the requirements.txt file.

Setup