一起打车吧微信小程序客户端
本小程序使用Mpvue进行开发。
运行客户端:
git clone https://github.com/jrainlau/taxi-together-client.git
cd taxi-together-client
npm i
# develop mode
npm start
# production mode
npm run build
运行服务端:
git clone https://github.com/jrainlau/taxi-together-server.git
cd taxi-together-server
pip3 install -r requirement.txt
python3 index.py
MIT