文件名称:rethinkMaps:使用ReactJS,NodeJS,RethinkDB(reQL),Google Maps API的演示
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-11 13:11:46
JavaScript
重新思考地图 reThinkMaps-适用于BloomSky的reThinkDB,Node / Express和React中的全栈应用程序,于07-06。 使用jQuery,Google Maps API,Supertest,rethinkdb-init和node-geocoder。 ###部署说明: clone仓库 npm install rethinkdb ( rethinkdb-init使用locations table自动初始化locations db) node index.js或nodemon index.js (可选-需要supertest请参阅test/seedLocations.js ),以使用硬编码的San Francisco和Seattle Locations播种数据库,运行node test/seedLocations.js (可选- app/data.
【文件预览】:
rethinkMaps-master
----.gitignore(539B)
----app()
--------init.js(3KB)
--------mapsApp.js(1KB)
--------searchApp.js(2KB)
--------data.js(932B)
----package.json(712B)
----LICENSE(1KB)
----index.js(520B)
----README.md(2KB)
----index.html(1015B)
----database()
--------rethinkdbConnection.js(629B)
----controllers()
--------locationsController.js(3KB)
----routes()
--------locations.js(814B)
----styles()
--------mainApp.css(577B)
----test()
--------seedLocations.js(2KB)