Skip to content

Gokruzk/store-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store inventory

Store inventory is a Flask app for store products using a mongodb as database.

Installation

Go to mongodb page to download mongodb community server and mongosh.

Use the package manager pip to install the followings modules.

> pip install flask
> pip install pymongo
> pip install flask_pymongo

Database

Use the shell to run mongodb

> mongod

Use mongosh to create database

> mongosh
> use frutas
> db.createCollection("products")

License

MIT