Skip to content

RogueCoder2001/S_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S_challenge

Setup Guide

How to set up and run this application

Challenge information

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

    Using the Application

    Updating

    Shopify.Backend.Developer.Intern.Challenge._.Logistics.Company.Inventory.-.Google.Chrome.2022-01-18.19-52-11_Trim.mp4

    Delete

    Shopify.Backend.Developer.Intern.Challenge._.Logistics.Company.Inventory.-.Google.Chrome.2022-01-18.19-52-34_Trim.mp4

    Add

    Shopify.Backend.Developer.Intern.Challenge._.Logistics.Company.Inventory.-.Google.Chrome.2022-01-18.20-08-26_Trim.mp4

    Export

    Shopify.Backend.Developer.Intern.Challenge._.Logistics.Company.Inventory.-.Google.Chrome.2022-01-18.19-53-28_Trim.2.mp4

    API testing

    Test file in test folder, results are in the gif below

    test py - S_challenge - Visual Studio Code 2022-01-18 19-32-51

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published