Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 499 Bytes

Readme.md

File metadata and controls

25 lines (13 loc) · 499 Bytes

To run the virtual env you need run this command:

You need created a new clouster or if you already has one connection on Mongo DB

Run backend!

Linux:

source {name_env}/bin/activate

Windows:

This backend was implemented with Python 3.6 - Flask - Mongo DB

python can be the version that you has installed.

python3 -m venv {name_env}

Run Frontend!

Multiplatform commands

This frontend it been created with - React - ReactHooks - Boostwatch

npm run start