FirstLC is a full-stack JavaScript prototype built upon the MEANJS Boilerplate.
- Landing Page - A parallax-style landing page welcomes visitors. A sign in module is included that will allow visitors to sign up or log in.
- Announcements (forthcoming)- A CRUD module allows specified users to create and share announcements to particular audiences. The types of announcements that can be shared include,
- Prayer Requests
- General notices
- Event details
- Directory (forthcoming) - Limited to members, an online directory is made availble to allow users to easy connect with one another
- Meeting (forthcoming)- Members are able to join meetings online through an integrated chat app that includes meeting details, attendees list, etc.
- Bower (forthcoming)- You're going to use the Bower Package Manager to manage your front-end packages. Make sure you've installed Node.js and npm first, then install bower globally using npm:
About the Stack (from the MEANJS documentation):
- MongoDB - Go through MongoDB Official Website and proceed to their Official Manual, which should help you understand NoSQL and MongoDB better.
- Express - The best way to understand express is through its Official Website, which has a Getting Started guide, as well as an ExpressJS Guide guide for general express topics. You can also go through this StackOverflow Thread for more resources.
- AngularJS - Angular's Official Website is a great starting point. You can also use Thinkster Popular Guide, and the Egghead Videos.
- Node.js - Start by going through Node.js Official Website and this StackOverflow Thread, which should get you going with the Node.js platform in no time. You can read more the boilerplate & stack at the MEANJS repo =======