Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 381 Bytes

rest_server

Langkah-langkan untuk build:

  1. Build config dengan CMake
  2. Build aplikasi dengan make
  3. Pastikan mongodb sudah running
  4. Buat unique index db.getCollection('users').createIndex({username:1}, {unique: true, name: "username"});
  5. Buat text index db.getCollection('users').createIndex({username:"text", firstName:"text", lastName:"text"}, {name: "user_text"});