文件名称:adoptation:领养是宠物领养社交平台
文件大小:437KB
文件格式:ZIP
更新时间:2024-05-31 22:16:35
react redux nodejs hooks express
领养 收养是宠物收养的社交平台,也是我仍在开发中的我的最后一年的项目。 入门 安装 要在您的计算机上使用“采用”,请首先在本地计算机上克隆此项目: git clone https://github.com/furkanalptokac/adoptation.git # or Github CLI or smt... 克隆项目后: cd adoptation 当您将目录更改为项目目录时: # to install server's and also client's dependencies yarn yarn client-install 安装所有依赖项后,在采用.env内创建一个.env文件,并将应用程序的配置添加到您的.env文件中。 HOST= EMAIL= EMAIL_PORT= EMAIL_PW= DB= 另外,您还必须将Google API密钥插入client/.e
【文件预览】:
adoptation-main
----client()
--------package.json(1KB)
--------Dockerfile(112B)
--------.env.sample(18B)
--------src()
--------public()
--------yarn.lock(517KB)
----models()
--------Report.js(488B)
--------Post.js(1KB)
--------User.js(839B)
--------Profile.js(660B)
----.babelrc(54B)
----config()
--------config.js(52B)
--------db.js(530B)
----package.json(2KB)
----.eslintrc.json(227B)
----.prettierignore(14B)
----server.js(976B)
----routes()
--------api()
----Dockerfile(132B)
----middleware()
--------auth.js(694B)
--------checkObjectId.js(256B)
----LICENSE(1KB)
----.env.sample(38B)
----controllers()
--------UserController.js(5KB)
--------PostController.js(5KB)
--------ReportController.js(724B)
--------validator.js(783B)
--------ProfileController.js(3KB)
--------authController.js(2KB)
----.eslintrc.js(377B)
----docker-compose.yml(799B)
----.gitignore(2KB)
----.dockerignore(12B)
----README.md(1KB)
----yarn.lock(259KB)
----.prettierrc.json(27B)