NodeJS_Express_CRUD_with_MongoDB 源码
NodeJS_Express_CRUD_with_MongoDB 节点版本v12.18.3 从开发开始 npm i cp .env.example .env np run dev 要在Docker中全部启动 #Create the image for our node backend sudo docker build -t node-app_rithmi . #Run the docker-compose.yml that creates the containers for our database in mongo and the backend sudo docker-compose up -d #Now type http://localhost:49160/ in the browser 测试通话 GET curl http://localhost:49160/api
用户评论