Postgres Node Express React App:自述文件 源码
:red_heart: :red_heart: :red_heart: :red_heart: :red_heart: Postgres节点表达React应用程序 # # 安装服务器 1. clone 2. cd /server run npm install 3. go to psql command shell / postgresql GUI 4. run CREATE DATABASE db_01 ; 5. back to repo run npm start 通过在首选浏览器中导航到服务器地址来验证部署。 http://localhost:9000/data to see PIVOT DATA http://localhost:9000/pivot 安装客户端 1. cd /client run npm install 2. run npm start 注意:- --YOU MUST NPM START SERVERT TO GET CLIENT WOR
用户评论