pip install -r requirements.txt- Get the
config.inifile which contain MongoDB URI and put it in the directory. - In
., runpython3 server.py - check http://127.0.0.1:5000/dummy to read dummy message
- check http://127.0.0.1:5000/dummy/ping_db to read the status of MongoDB server
Please note that in uwconnect-backend we use the dev branch for our development.
Since each pull request is tracked to a branch, we should create new branch for every task.
./create_branch_from_dev.sh <your_fancy_branch_name>The script will automatically fetch the current remote dev branch to your local, and push it to your local new branch.