T1 W1
Setup
Go into backend folder and follow readme for more details.
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
- Leonardo Fan (Unlicensed) to check christian’s password for cse account
git practices
conventional commits https://www.conventionalcommits.org/en/v1.0.0/
picture/video for fe changes
descriptive pr name and description
request review from leads
Add Comment