文件名称:Dwi:讨论帖子和评论的应用程序
文件大小:108KB
文件格式:ZIP
更新时间:2024-04-19 12:56:26
JavaScript
德威 Dwi是一个简单的应用程序,您可以在其中发布供他人查看。 现场演示 入门 确保您已经在本地安装了nodejs / npm / mongodb。 git Clone https://github.com/Hassanbhb/Dwi.git Dwi cd Dwi npm install ِ创建一个.env文件并添加这些环境变量 DATABASE_URL=mongodb://localhost/dwi SECRET=yourSecret //get these from your google devlopers console GOOGLE_CLIENT_ID= GOOGLE_SECRET= APP_URL=(add your app url ex: http://localhost:4000) 运行开发模式 npm run dev-start 贡献 拉请求是欢迎的。 信用 该应用程序
【文件预览】:
Dwi-master
----models()
--------user.js(524B)
--------post.js(681B)
----config()
--------auth.js(331B)
--------passport.js(3KB)
--------configAuth.js(194B)
----package.json(919B)
----gulpfile.js(712B)
----server.js(3KB)
----routes()
--------controle()
--------index.js(239B)
--------dashboard()
--------notifications.js(967B)
--------profile()
--------authentication()
----Procfile(18B)
----package-lock.json(204KB)
----views()
--------notifications.pug(2KB)
--------partials()
--------layouts()
--------auth.pug(1KB)
--------controle.pug(842B)
--------profile.pug(1KB)
--------dashboard.pug(969B)
--------index.pug(277B)
----.gitignore(21B)
----public()
--------images()
--------javascripts()
--------stylesheets()
----README.md(844B)