Skip to content

hadesara/Angular-Bootstrap-Mongo-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BANM Seed

Seed for building large applications on BANM (Bootstrap, Angular, Node, Mongo) stack

To get started

  1. Install
  2. At the terminal
    • Go to root directory of source code and run 'npm install' to download all dependencies.
    • run 'node app'
  3. In the browser goto localhost:3000 for demo
  4. Hack on

About the architecture: It is segregated in terms of 'client' to represent what will go on the client side and 'api' for all the api calls. It has a basic 'user' module which I think most of the projects will always need. The structure of the application is to keep each module correspond to each feature of the application, to keep it clean, dry and detach. Feel free to use it however you like. Feedback is much appriciated.

About

Seed for Bootstrap, Angular, Mongo and node project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published