react-hooks-complete-fullstack

  • 所有者: iqbal125/react-hooks-blog-fullstack
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

A fullstack React/express blog using React hooks

This Project was bootstrapped with create-react-app

download or git clone the project files.

cd into both Project Directories in 2 different terminal windows and then install the dependencies

The "Client" directory contains the React code. The "Server" directory contains the code for the node.js express server. This project requries a PSQL database to run. This project also requires setting up an app on auth0.

For intructions on installing PSQL visit the offical PSQL website:

https://www.postgresql.org/

1st window

cd Client

2nd window

cd Server

1st window

npm install

2nd window

npm install

Run both the server and client at the same time

1st window

npm start
(runs react at localhost:3000)

2nd window

npm run devstart
(devstart runs nodemon at localhost:5000)

Set up PSQL

(Optional) Set up auth0

You can optionally create your own auth0 app and subsitute the credentials in the Client/utils/auth.js file. You can also just use the default credentials I have provided.

主要指標

概覽
名稱與所有者iqbal125/react-hooks-blog-fullstack
主編程語言JavaScript
編程語言HTML (語言數: 3)
平台
許可證
所有者活动
創建於2019-06-10 05:08:09
推送於2024-01-10 19:24:21
最后一次提交2024-01-10 11:24:21
發布數0
用户参与
星數137
關注者數5
派生數98
提交數14
已啟用問題?
問題數1
打開的問題數1
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?