submarino-api
API for the submarino e-commerce
documentation
read the documentation in: https://submarino-api.herokuapp.com/docs or in https://submarino-api.herokuapp.com/redoc
features
- get all products by name
- get the first product by name
- save the product in submarino-api DB
installing on your machine
download the project on github.
$ git clone <repo url>
After that open your terminal and write:
$ cd submarino-api
# enter in the app folder
$ pip install -r requirements.txt
# install the dependencies
$ uvicorn app:app --reload
# execute the app
This commands will execute the script in:
http://127.0.0.1:8000
to stop the server(localhost) press Ctrl+C or Cmd+C
Contributing
Feel free to fork and make a pull request