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
- Host: GitHub
- URL: https://github.com/ecandotti/silver-broccoli
- Owner: ecandotti
- Created: 2022-05-06T15:36:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T08:26:04.000Z (about 4 years ago)
- Last Synced: 2025-05-27T17:53:16.076Z (about 1 year ago)
- Topics: crud, flask, python, unit-test
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: