Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

T1 W1

Setup

Go into backend folder and follow readme for more details.

https://github.com/csesoc/Circles

  • require

    • Node js

    • Python3

    • Docker desktop

  • Set up venv: python python3 -m venv .

  • source ./bin/activate (in scripts folder for windows)

  • set up env files with below info

backend.env

MONGODB_USERNAME=...
MONGODB_PASSWORD=...
MONGODB_SERVICE_HOSTNAME=mongodb
PYTHON_VERSION=python3

mongodb.env

MONGO_INITDB_ROOT_USERNAME=...
MONGO_INITDB_ROOT_PASSWORD=...

 frontend.env

VITE_BACKEND_API_BASE_URL=http://localhost:8000/ 
  • pip3 install-r requirements.txt

    • from inside backend

  • docker compose build

  • docker compose up frontend

  • docker ps

    • check other containers 

sprint 1 updates

  • will be converting FE redux slices into api calls to new backend routes 

account checks

git practices

 

  • No labels