You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this challenge, I created a backend database to track inventory for a logistics comapny. The added feature is that you can export it all to a csv or xlsx file.
Technologies Used
Flask
Python
Javascript
Mongodb
pymongo
csv
os
pprint
Installation
To install pymongo:(if does not work try using python3)
$ python -m pip install pymongo[srv]
To install Flask:
$ pip install -U Flask
How to Run
Clone and move into S_challenge directory, then open cmd in this directory
Change password value in config file to "Roge2001"
set FLASK_APP=app
set FLASK_ENV=development
flask run