This is a RESTFUL API project which i created to improve my skills in RESTFUL API.
$ git clone https://github.com/Kburak/restful-api-flask.git
$ cd restful-api-flask
$ python3 -m venv venv
$ . venv/bin/activate
$ py -3 -m venv venv
$ venv\Scripts\activate.bat
$ pip install -r requirements.txt
$ python app.py