sql >> データベース >  >> NoSQL >> MongoDB

開発ツールでのAPIエンドポイント保留中のリクエストの投稿

    Angularログインコールでこれをテストできますか

    $http.post('/api/login', vm.userlogin)
    .then(function(success) {
    
        console.log("SUCCESS");
        console.log(success);
    
    }, function(err) {
    
        console.log("ERROR");
        console.log(err);
    
    })
    .finally(function() {
    
        console.log("FINALLY");
    
    });
    



    1. ピモンゴバルクインサート

    2. Redisレプリケーション構成

    3. Redisと値のクエリ

    4. mongoDBエラー:エラー:[localhost:27017]への接続に失敗しました