Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.39 KB

untitled.md

File metadata and controls

25 lines (15 loc) · 1.39 KB

Untitled

مدل یوزر به عنوان ادمین

آتریزیشن با ایمیل و پسورد مشخص (‌از فرم ساین آپ استفاده نشده ، دو یوزر ادمین ساختم از هر کدوم خواستین اسففاده کنید.)

https://alpinejs.dev/

{% embed url="https://daveceddia.com/deploy-react-express-app-heroku/" caption="" %}

  • Keep them together – Express and React files sit on the same machine, and Express does double duty: it serves the React files, and it also serves API requests.
    • e.g., a DigitalOcean VPS running Express on port 80
  • Split them apart – Host the Express API on one machine, and the React app on another.
    • e.g., React app served by Amazon S3, API server running on a DigitalOcean VPS
  • Put the API behind a proxy – Express and React app files sit on the same machine, but served by different servers
    • e.g., NGINX webserver proxies API requests to the API server, and also serves React static files

سوکت و دیتا

https://thoughtbot.com/blog/real-time-online-activity-monitor-example-with-node-js-and-websocket

استفاده از مونگودی بی به عنوان دیتابیس

استفاده از ری اکت جی اس برای نشان دادن داشبورد اطلاعات