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.