Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 770 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 770 Bytes

Flask Server

Getting Started

Clone the repository to your local system. Everything will be done inside this directory.

Setting up an environment

Create a new environment

py -m venv env1

This will create a folder new_env.

Activate it

env1\Scripts\activate

Installing the dependencies

After cloning, install all packages from requirements.txt

pip install -r requirements.txt

Download Visual C++ from here and install it.
Visual Studio is required in order to install python-bsonjs.

pipenv install python-bsonjs

Start Server

flask run