Companion site for the free to play first-person shooter, Ironsight. This application aims to allows its users to:
- Look up weapons, killstreaks, emblems, and other assets.
- Compare stats.
- View skins.
- Create and share custom classes by a single link.
Read the wiki to follow my progress and learn more about the project!
This application makes use of the MEAN stack (MongoDB, Express.js, Angular 6, Node.js).
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.
- First, make sure MongoDB is running.
cd bladedrone/express/ && npm start
(to auto refresh the server, use nodemon instead)- Open another terminal.
cd bladedrone/angular/ && ng serve --open
- Navigate to
localhost:4200