Giter Club home page Giter Club logo

yuexue's Introduction

约学 - 可以寻找一起自习的小伙伴的Web APP

一个基于 Vue & Node 的移动端全栈小项目

技术栈

前端:Vue2 vue-router Webpack axios sass MintUI Iconfont

后端:NodeJS(v8.11.1) Koa2 Sqlite node-cache log4js

启动项目

我将前后端项目到同一个github repo了

# 克隆项目
git clone https://github.com/G-lory/yuexue.git

# 启动后端项目
# 到后端项目
cd yuexue-server
# 安装依赖
# 可以通过 npm install --registry=https://registry.npm.taobao.org 重新指定 registry 来解决 npm 安装速度慢的问题
npm install
# 修改 yuexue/yuexue-server/config.js 中 emailAuth 配置你自己的邮箱地址和授权码 (否则不能实现发送邮件功能
# 运行后端项目 打开浏览器访问 http://localhost:3001 (可通过 [email protected]/123456 直接登录
npm run start

# 启动前端项目
# 到前端目录
cd yuexue-frontend
# 安装依赖
npm install
# 热加载启动 打开浏览器访问 http://localhost:8080 (保证后端项目已启动
npm run dev
# 生产环境压缩打包
npm run build

实现功能

  • 邮箱注册
  • 邮箱密码登录
  • 查看个人信息
  • 修改个人信息
  • 上传头像
  • 退出登录
  • 密码找回
  • 首页信息展示
  • 未读消息提示
  • 发布邀约
  • 删除已发布邀约
  • 查看邀约
  • 根据城市信息和关键字搜索邀约
  • 接受邀约
  • 密码加密存储
  • 打印日志且保存到文件

未实现 & bug

  • 邀约列表页在某些浏览器中 列表不能完全加载
  • 后端代码未加单元测试

项目结构

yuexue's People

Contributors

idonteatcookie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.