Code Monkey home page Code Monkey logo

meanestimator's Introduction

TravisCI   David Dependencies   David Dev Dependencies   Codeship

MEAN Estimator

This project is built using MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js. From Creators of MEAN.IO (http://www.meanjs.org). Sample MEAN application for estimating the cost and resources required to add application platforms and infrastructure in development and test software environments. Collect and report on time and cost estimates from multiple resource groups.

View Estimates
List all estimates. Click on an estimate in the list to view the estimate details.
RESTful endpoint (GET): http://localhost:3111/estimates

View Estimate Details
Click on an estimate in the list of estimates to view the estimate details.
RESTful enpoint (GET): http://localhost:3111/estimates/<estimate_id>

New Estimate
Add a new estimate.
RESTful endpoint (POST): http://localhost:3111/estimates

Update an Estimate
Update an existing estimate. Access from the list of estimates.
RESTful endpoint (PUT): http://localhost:3111/estimates/<estimate_id>

Delete an Estimate
Update an existing estimate. Access from the list of estimates.
RESTful endpoint (DELETE): http://localhost:3111/estimates/54716703da107e3500c083a5

View Reports Coming Soon
View estimate summary reports coming soon. Service working.
RESTful endpoint:
http://localhost:3111/reporting/resources http://localhost:3111/reporting/infrastructure

###Code Details

Optional environment variables (defaults if not set, below)

echo 'export NODE_PORT=3111' >> ~/.bashrc
echo 'export NODE_ENV=development' >> ~/.bashrc
echo 'export ENV_FORM_DATA=../../app/data/formData.json' >> ~/.bashrc
. ~/.bashrc

Run locally

npm install
bower install
grunt
node server # alternate method

Build and run with fig and Docker

docker pull dockerfile/nodejs
docker pull mongo
fig build
fig up
fig ps # check your containers

###Preview Main Page - Desktop

Signup Page - Mobile

Main Page - Mobile

Estimate Detail Page - Mobile

Estimate Edit Page - Mobile

meanestimator's People

Contributors

amenders avatar amoshaviv avatar andrunix avatar ariutta avatar bwestmoreland avatar claydiffrient avatar cm0s avatar dizda avatar fyockm avatar jonaswindey avatar liorkesos avatar lirantal avatar mackstar avatar markstos avatar martunta avatar memolog avatar mrjasonweaver avatar mrngoitall avatar mtt87 avatar naartjie avatar peterblazejewicz avatar pontifier avatar rafaeldaime avatar rapind avatar rschwabco avatar shacharz avatar spacemonkey avatar thehashrocket avatar themichaellai avatar vikramtiwari avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.