A web tool that lets users create pixels and track requests. Utilizes MEAN stack (MongoDB, Express, AngularJS, NodeJS).
View it on heroku
Done:
- Home, pixels creation, pixel statistics pages
- Pixels serving
- Implemented API
- Configured Grunt tasks for dev purposes
- Pagination
- Deployment to heroku
TODO:
- Stats design
- Filtering and sorting
- Authentication
npm install
bower install
mongod
to start MongoDB servicegrunt build
to build OR:grunt serve
to build then start server and watch for file updates
- Grunt, npm, NodeJS, MongoDB