# Nodejs 简单排行榜 **Repository Path**: SuperPepper/nodejs_RankList ## Basic Information - **Project Name**: Nodejs 简单排行榜 - **Description**: 使用NodeJs+express+mongdb实现的简单排行榜,可以获得当前排名,以及前10排名。项目较为简单,可以用为初学者学习用。也可以直接用到微信小游戏的排行中。 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-05 - **Last Updated**: 2021-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nodejs 简单排行榜 #### 项目介绍 使用NodeJs+express+mongdb实现的简单排行榜,可以获得当前排名,以及前10排名。项目较为简单,可以用为初学者学习用。也可以直接用到微信小游戏的排行中。 #### 安装教程 1. 创建数据库,并启动数据库使用的是默认端口 2. 启动服务器即可使用127.0.0.1:3000/register 来post名字和成绩 3. 注意启动文件的数据库地址以及端口号配置。以及APP的启动配置。 #### 使用说明 1. /routes/index中为具体的路由实现。