Giter VIP home page Giter VIP logo

eagain's Introduction

EAGAIN

前后端分离的问答平台,目前实现功能:注册,登录,提问,回答,阅读量计数,喜欢(点赞),通知,发送邮件。

前端使用

  • vue
  • viewui

后端使用

  • spring boot
  • spring security
  • jwt
  • mysql
  • mybatis
  • redis

部署运行

  1. 下载代码

git clone [email protected]:jerrykcode/eagain.git

eagain-vue为前端vue.cli项目
eagain为后端spring boot项目

后端:
2. 更改 eagain的application.yml中数据库用户名及密码,redis密码.
使用邮件功能则需要邮件用户名及smtp授权码

  1. 创建名为eagain的数据库:
create database eagain;
use eagain;

运行resources/db目录下的schema.sql和data.sql脚本

  1. 在idea中启动eagain

服务在8763端口启动

前端:
5. 进入eagain-vue目录

npm install # 安装依赖
npm run dev # 启动项目

访问 http://localhost:8080/

eagain's People

Contributors

jerrykcode avatar

Watchers

 avatar  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.