Backend Session 3
Backend Session 3
Database Models
1. Conceptual
2. Physical Model
3. Logical Model
4. Entity Model
Physical To define the filelds for every module and the type of data
they
have to handle.
Setup MongoDB:
1. Download and Install MongoDB community server on your device.
https://www.mongodb.com/try/download/community
mongodb://127.0.0.1:27017
(or)
mongodb://localhost:27017