Skip to content

oscarant/Web-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Sockets

The objective of this program is to help Tom to perform a better analysis of data received through a mysterious portal (Web Socket).

Development

I decided to use pipenv because I find the installation of dependencies and its app setup very easy and convenient.

Setup

  1. Install pipenv
    pip install pipenv
  2. Install the dependencies:
    cd <project_dir>
    pipenv install --three

Run it

If you are not already in the app directory:

cd <project_dir>

In this moment you have two options to run the app:

Activating the virtual environment

Activate the pipenv shell and run the python file.

pipenv shell
python app.py

Running directly the app

or as an alternative, you can try this:

pipenv run python app.py

Author

  • Oscar Pacheco - Backend Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages