/react_dashboard_server

NodeJS server combined with React site.

Primary LanguageJavaScript

react_dasboard_server

GOAL: ai minter

STEPS to run dashboard

npm install

npm run start:dashboard npm run start:server

STEPS to create fullstack dashboard

git clone https://github.com/netcinematics/react_dashboard_server.git

frontend

https://rapidapi.com/collection/ai-based-apis

npx create-react-app react_dashboard_server

npm install axios

  • axios used by both React and Node.

subscribe to service on rapidapi to test OpenAi (for example)

backend

npm i express axios dotenv cors

npm i nodemon

npm run start:dashboard npm run start:server

REFERENCE

this code, is modified version of tutorial by Ania Kubow (star). https://www.youtube.com/watch?v=_itMdiSc0KI