GithubHelp home page GithubHelp logo

gin's Introduction

一个简陋的房产交易管理系统

之前的课设使用Gin进行重构

✅使用到的: Gin + Gorm + Mysql + Redis

✨功能

分为前台和后台

有三种身份可以登录

超级管理员:

可以增加区域管理员和管理所有的登记房产信息

管理员:

管理所属区域内的房产信息,上架交易等等

用户:

进行房产的出售/购买

📃小改进

登录注册密码传输使用golang.org/x/crypto/bcrypt模块,通过该模块可以快速实现密码的存储加密处理

登录页面使用js增加了验证码

使用map优化了筛选O(n ^ 6) --> O(n)

使用redis统计房源的点击次数,使热点房源搜索出来时排名靠前

gin's People

Contributors

n1k0oo avatar

Watchers

 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.