• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

Poplar: Poplar 是一个 React Native 实现的移动内容社区App,Spring框架实现其后台服 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

Poplar

开源软件地址:

https://gitee.com/ilovexcz/Poplar

开源软件介绍:

Poplar

Poplar

Poplar is a social networking application written by React Native, backend server is implemented by Spring framework. I choose MySQL and Redis as persistent and cache solution. The focus of Poplar is on social and interest, enables you to build a social theme application on Poplar quickly.

github:https://github.com/lvwangbeta/Poplar

Screen Shot

detailnewexplorecomment

screenshot

Install Poplar

git clone https://git.oschina.net/gavindlutsw/Poplar.gitcd Poplar && npm installreact-native link

double click ios/Poplar.xcodeproj run it directly from Xcode

App Configue

edit /App/api/URLConf.js to configue backend server url and image server address.

  • Application server

      const APP_SERVER_HOST = 'http://127.0.0.1:8080';
  • Image server address, upload and download images. Follow qiniu-sdk to configue qiniu image storage.

      const IMG_BASE_URL = 'http://ogj1ador4.bkt.clouddn.com/'; 

Server Configue

Make sure you have installed MySQL and Redis, edit /backend/PoplarServer/src/main/resources/spring/property.properties to configue domain and database.You can init database using /Poplar/backend/PoplarServer/doc/osf.sql

#domaindomain.name=localhostdomain.ip=127.0.0.1domain.port=8080context=com.lvwang.osf#jdbc configjdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/osfjdbc.username=rootjdbc.password=xxxxxx#Redis configredis.host=localhostredis.port=6379redis.password=redis.maxIdle=300redis.maxActive=600redis.maxWait=1000redis.testOnBorrow=true

Dependencies

react-native-image-crop-pickerreact-native-keyboard-spacerreact-native-navbarreact-native-parallax-scroll-viewreact-native-photo-viewreact-native-qiniureact-native-scrollable-tab-viewreact-native-swiperreact-native-tab-navigatorreact-native-wechat

Introduction

framework

Roadmap

  • support emoji
  • support third party login

License GPL

Copyright (C) 2017 Poplar

This program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.

This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.

You should have received a copy of the GNU General Public Licensealong with this program. If not, see http://www.gnu.org/licenses/.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap