-
This is so I (@XblazeDEV) can remember to fix this bug but there is an issue while connecting to the mongodb atlas database. The mongodb atlas database is trying to connect to `localhost:27017` but ca…
-
# Docker로 GoogleCloudConsole 사용 설명서
이 문서에서는 Docker를 사용하여GCC를 구축하는 방법을 설명합니다.
## 1. GoogleCloudConsole 설정
Google Cloud Console에서 프로젝트 생성, 설정
사용할 API 라이브러리를 선택
API 및 서비스 - 사용자 인증 정보에서 서비스 계정 추가
계정 키…
-
We need to set up a complete backend system using MongoDB to implement the login and signup features for our application. This backend will handle user authentication, data storage, and ensure secure …
-
Current approach: we will continue using DigitalOcean's Databases service for one month, analyze the costs, and then decide whether we should use MongoDB Atlas' services or not.
-
1. Create `mongos` directory with folders `db1`, `db2`, and `db3`
2. Run `mongod --replSet Dist --dbpath mongos/db1 --port 27018`
3. Run `mongod --replSet Dist --dbpath mongos/db2 --port 27019`
4. …
-
import json
from pymongo import MongoClient
# Step 1: Read the text file
def read_file(file_path):
with open(file_path, 'r') as file:
content = file.read()
return content
# …
-
-
## Objective
To design and implement a model class named `Language` for a MongoDB database. This class should encapsulate the essential properties and methods required to interact with the database f…
-
Is your feature request related to a problem? Please describe.
Currently, users do not have the ability to create accounts or log in, which limits their experience on the YatuLearn platform. Without …
-
- [x] Begin database logic, decide on a database engine (MongoDB)
- [x] Allow database to be accessed dynamically across servers
- [ ] **MAJOR**: fix storing/retrieval of hashed and salted passwords…