Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 787 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 787 Bytes

MongoDB Best Practices

Methodology and features implementation for the MongoDB structure.

Gains

  • MongoDB basics
    • Operators, filtering, indexing
    • Database interfacing with JS
    • find() requests pagination
  • Express.js backend server configuration
    • Query parameters handling
    • .env obfuscation with dotenv
  • Postman API CRUD testing
  • MongoAtlas interfacing

Usage

Pull, npm install and nodemon app to run the server

To use with Mongo Atlas, define the env uri with an access-enabled user link

[by bbht ☕]