HizliSepet
1.0.0

為了在本地運行該項目,只需分叉並克隆存儲庫或下載作為zip並在計算機上解壓縮即可。
Ngrok是一種軟件,允許我們在自己的計算機上,通過cloud,xxx.ngrok.io子域上的Localhost打開我們的應用程序。 NGROK設置。
1-使用nGrok公開服務器;
$ ngrok http 5000
NGROK_URL = "http://_______.ngrok.io"
2-在不同的端子中;
在終端的上半場
$ cd Client
$ npm install (to install client-side dependencies)
$ expo r -c
在終端的後半部分
# --- Config.env ---
NODE_ENV = development
PORT =5000
MONGO_URI =
JWT_SECRET_KEY =
# --- Terminal ---
$ npm install (to install server-side dependencies)
$ npm start (to start the server)
該項目是使用以下技術創建的。
7.2.12.2.01.1.00.17.013.0.10.16.15.0.08.1.04.4.11.5.01.0.32.1.62.1.6 
















Github: @Muhammet-Yildiz
LinkedIn: @Muhammet-Yildiz
電子郵件:[email protected]
如果您喜歡該項目,請不要忘記給星星
Copyright 2023 Muhammet Yıldız
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.