1.mongodb启动:

 1 1$ C:\MongoDB\Server\bin>mongod --logpath d:\mongodb\logs\log.log  

 2 $ C:\MongoDB\Server\bin>mongod --dbpath d:\mongodb\data\db 

2.parse-server启动:

 1 $ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test 

3.parse-dashboard启动:

 1 $ parse-dashboard --appId yourAppId --masterKey yourMasterKey --serverURL "https://example.com/parse" --appName optionalName 

相关文章:

  • 2022-12-23
  • 2021-12-30
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-07-26
  • 2022-12-23
猜你喜欢
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
相关资源
相似解决方案