-
Python 3
-
Have pip installed
-
Mongodb installed and running
- First Step Clone the repository
git clone https://github.com/userlg/Python-Cli-Mongo-CRUD
- Inside the folder project install the requirements
pip install -r requirements.txt
- Run the app
python app.py
- Is important have mongodb installed and running, with the database Post created and the collection posts


