Skip to content

hemabhravee/Flask-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages