Just a reusable, customizable web server template. Optimized for Heroku, using Express, Monk, MongoDB and some other stuff listed below.
In order to contribute to development:
- Install git
- Install npm
- Clone repo
- Run:
cd [whatever_your_project_name_is]
npm install
- Open a new branch to develop on
- Merge to Master branch to push live
Please test whatever changes you merge immediately
Login functionality examples included in Routes and the Users controller file
To deploy to Heroku, create a new Heroku app and follow their setup steps. They are pretty well documented so I won't include steps here.
- MongoDB - Our Database
- Monk - Our Database Middleware
- Node.js - Our Backend
- Expressjs - Our Backend Framework
##Useful Additions for the Front End
- Chartjs - Our JavaScript Charting Library
- IziModal - Our Cross-browser Modal Library
- IziToast - Our Cross-browser Toast Library
- MaterializeCSS - Our Frontend Style Library
- FontAwesome - Our Main Icon Library
- Material Design Icons - Our Secondary Icon Library
- Zak "Aeval" Fisher - Initial work and organization. - GitHub Profile
This project is licensed under the MIT License - see the LICENSE.md file for details