Skip to content

Companion app for the free to play first-person shooter, Ironsight.

License

Notifications You must be signed in to change notification settings

KMCGamer/bladedrone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Companion site for the free to play first-person shooter, Ironsight. This application aims to allows its users to:

  1. Look up weapons, killstreaks, emblems, and other assets.
  2. Compare stats.
  3. View skins.
  4. Create and share custom classes by a single link.

Read the wiki to follow my progress and learn more about the project!

Stack

This application makes use of the MEAN stack (MongoDB, Express.js, Angular 6, Node.js).

Structure

  • angular/ - frontend code (what the user interacts with).
  • express/ - backend code (api calls to get data from MongoDB).
  • db/ - MongoDB backups.

This project is built with the SCSS style option turned on.

Run Instructions

  1. First, make sure MongoDB is running.
  2. cd bladedrone/express/ && npm start (to auto refresh the server, use nodemon instead)
  3. Open another terminal.
  4. cd bladedrone/angular/ && ng serve --open
  5. Navigate to localhost:4200

About

Companion app for the free to play first-person shooter, Ironsight.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published