An open API service indexing awesome lists of open source software.

https://github.com/expdev07/legacystats

A website for LegacyRoleplay to provide stats for players
https://github.com/expdev07/legacystats

Last synced: about 1 month ago
JSON representation

A website for LegacyRoleplay to provide stats for players

Awesome Lists containing this project

README

          

# LegacyStats

LegacyStats is a website developed by ExpDev07 ([Discord Server](https://discord.gg/QF8sJXj)) that allows users to view statistical data of players on the FiveM roleplay server, LegacyRoleplay. The site is made using [NodeJS](https://nodejs.org/en/) + [Express](https://expressjs.com/) with [Jade](http://jade-lang.com/).

## Building and Running
- First, download NodeJS. You can do that here: [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
- Download repo by cloning it using ``git`` or directly download it as a ZIP.
- CD into folder and run ``npm install`` to install all neccecary dependencies.
- Go into the database file (under ``routes/lib``) and enter details.
- Run website by running ``npm start``.
- You are now good to go!