All Projects → Inchill → secondhand-deal

Inchill / secondhand-deal

Licence: other
A campus secondhand trading system based on the vue.js + stylus + koa2 + sequelize ORM + mysql, and typescript is still learning to migrate.🍌

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to secondhand-deal

Securitydriven.inferno
✅ .NET crypto done right. Professionally audited.
Stars: ✭ 501 (+2285.71%)
Mutual labels:  base64, crypto
postman-util-lib
🚀 A crypto utility library to be used from Postman Pre-request and Tests script tabs.
Stars: ✭ 42 (+100%)
Mutual labels:  crypto
micell
A collection of functions for front-end development
Stars: ✭ 16 (-23.81%)
Mutual labels:  base64
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-38.1%)
Mutual labels:  crypto
Awesome-JavaScript-Crypto-Libraries
List of awesome JavaScript Crypto Libraries
Stars: ✭ 55 (+161.9%)
Mutual labels:  crypto
koaton
Koaton is a CLI tool that provides a nice starting point for full stack JavaScript Web development with Koa, Ember, and Node.js along with CaminateJS and WebSockets.
Stars: ✭ 28 (+33.33%)
Mutual labels:  koa
wx phoneBook
微信小程序-通讯录,一个非常简单的入门级的微信小程序
Stars: ✭ 23 (+9.52%)
Mutual labels:  koa
sundly
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (+14.29%)
Mutual labels:  crypto
miningcore
Miningcore is a high-performance Mining Pool Software for Linux and Windows.
Stars: ✭ 554 (+2538.1%)
Mutual labels:  crypto
vue-cms
VUE-CMS. Proudly Using ES7, Vue 2, Koa 2, Webpack 4, Babel 7 And Mocha
Stars: ✭ 16 (-23.81%)
Mutual labels:  koa
lootloose.com
LootLoose lets you unbundle your Loot Bags into individual item NFTs or rebundle items into their original Loot Bags.
Stars: ✭ 33 (+57.14%)
Mutual labels:  crypto
ApophisServer
☄️Apophis Server ☄️
Stars: ✭ 17 (-19.05%)
Mutual labels:  sequelize-orm
crypto-market-price-inserter
The crypto market price inserter is provided by executium as a plugin. This plugin allows you to add the javascript CDN to your page and it will find all occurences of crypto related words such as bitcoin and append a price to them.
Stars: ✭ 46 (+119.05%)
Mutual labels:  crypto
Agile-Server
A simple, fast, complete Node.js server solution, based on KOA. 简单快速的 、性能强劲的、功能齐全的 node 服务器解决方案合集,基于 KOA。
Stars: ✭ 24 (+14.29%)
Mutual labels:  koa
crypto-quotes
100+ Best of Crypto Quotes - I HODL, you HODL, we HODL! - BREAKING: BITCOIN JUST BROKE $22 000!
Stars: ✭ 12 (-42.86%)
Mutual labels:  crypto
ArduinoSpritzCipher
Spritz encryption system portable C library, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and general-purpose functions. It's also an Arduino library.
Stars: ✭ 67 (+219.05%)
Mutual labels:  crypto
slides
No description or website provided.
Stars: ✭ 27 (+28.57%)
Mutual labels:  koa
ed25519swift
ed25199 implementation by pure swift
Stars: ✭ 26 (+23.81%)
Mutual labels:  crypto
scure-base
Secure, audited & 0-deps implementation of bech32, base64, base32, base16 & base58
Stars: ✭ 27 (+28.57%)
Mutual labels:  base64
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+52.38%)
Mutual labels:  koa

校园闲置物品交易系统

项目简介

本项目将买家端和卖家端合并为一个整体,分为五个主体功能——首页、推荐、发布、购物车及我的。

首页包括分类导航、搜索、物品列表。推荐包含推荐悬浮按钮、物品列表。发布包含一个表单,用户需要输入名称、价格、数量、描述,选择类型并上传图片后,就可以点击发布按钮将商品发布到平台上。购物车包括购物车管理及推荐,购物车管理包括删除、结算功能。我的包含地址管理、订单管理、发布管理、密码修改、反馈及退出。

技术栈

本项目采用前后端分离的模式进行开发,具体用到的技术如下:

前端

  1. webpack
  2. vue.js
  3. stylus
  4. typescript
  5. axios

后端

  1. koa2
  2. sequelizeORM
  3. mysql
  4. bcrypt.js
  5. jest

使用

注意:项目拉取到本地后,你需要在数据库创建数据库和相应的几张表。具体要创建哪些表,请到server文件夹下的model挨个创建。

# install dependencies
npm i

# run client on port 8080
npm run dev

# run server on port 3000
npm run dev-server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].