Simple Restful API that contains Employee data.
- Clone the repository.
- Create a basic virtual environment for Python2.7 and install the packages after it's activation.
$ virtualenv venv
$ source venv/bin/activate
$ pip install flask flask-jsonpify flask-sqlalchemy flask-restful
$ pip freeze
- Start the server.
python server.py