An open API service indexing awesome lists of open source software.

https://github.com/ecandotti/silver-broccoli

๐Ÿงช Flask CRUD with unit-tests
https://github.com/ecandotti/silver-broccoli

crud flask python unit-test

Last synced: 2 months ago
JSON representation

๐Ÿงช Flask CRUD with unit-tests

Awesome Lists containing this project

README

          



# ๐Ÿ“ฝ - MyVideo

*MyVideo in Python, using Flask ๐ŸŒถ with units tests !*

## ๐Ÿ“„ How to clone/use the project :
~~~bash
git clone https://github.com/ecandotti/silver-broccoli.git
cd silver-broccoli
pip install -r requirements.txt
flask run
~~~

## ๐Ÿงช How to tests the project :
On project root :
~~~bash
python3 tests/crud_tests.py
~~~

Enjoy :call_me_hand: