THIS PROJECT HAS BEEN MOVED
https://github.com/natereinhardt/eve-operations-suite-api
and
https://github.com/natereinhardt/eve-operations-suite
An app to mantain fleet operations within Eve Online.
###THIS APP IS A WORK IN PROGRESS### I have a plan for it but it will take me a long time to get it there. The tech stack is new to me and I am learning as I go along. I plan to slowly develop it when I have time.
Im starting this project from scratch with no generators to hopefully grasp a better understanding of the stack im using. Its going to be far from perfect and I expect to refactor the code base many times as it evolves
###Tech Stack###
- AngularJs
- Express
- Nodejs
- MongoDb
###TO RUN###
Assuming you have node and mongo installed
Travel to the base directory of this project where you saved it. ####Setup####
These steps will download the required dependencies to run the app.
- 1: run 'npm install'
- 2: run 'bower install'
####Running####
- 1: run 'grunt dev' in one console
- 2: run 'mongod' in a new console to start up your mongo database
- Finally: run 'node server' in a new console to start up the application
Now travel to localhost:3000 in your browsers and BAM!:metal: It should be all up and running. :+1: