Personal training
- Install Node.js and npm
- Install Node dependencies from package.json by running "npm install"
- Install Python (3.8 or higher)
- Create Python venv by running "python -m venv your-venv-name"
- Install Python dependencies on your venv by running "pip install -r requirements.txt"
- Configure MongoDB Atlas connection settings
- Copy .env.template, and rename it as .env
- Put the SSL/TLS client certificate to your local directory
- Replace the value of "CERT_X509" in .env with the path of your certificate file
Run "npm run dev"
Run "cd api; scripts/start_api_server.sh"