Link: https://serene-sierra-76843.herokuapp.com/
Full stack Vue/Express app using the Tracker Network API to track player stats
As a big fan of Online gaming and especially Apex Legends, i've looked to develop a project that is related to one of my big passions.
- Apex Legends Stats and Leaderboards rankings.
- Free Search Engine for every Player Across PSN,XBOX And ORIGIN.
- Live Update 24/7 for Real WorldWide Ranks.
- FRONTEND: VUE
- BACKEND: NodeJS , RESTApi, Express, Morgan, dotenv, concurrently, node-fetch, vue-spinner
$ npm install
$ cd client
# Install Vue dependencies
$ npm install
$ node run start
# Serve
$ npm run dev
# Build for production
$ cd client
$ npm run build