Skip to content

namedframework/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM

Features

  • Routes based on directory structure.
  • Mongoose models
  • Express middlewares made easy
  • Easy Configuration

Starter Features

  • User login.
    • Local (Email / Password)
    • Social (Facebook and Google)
  • User Profile
  • Admin Login
  • Admin Panel
    • Dashboard
    • Admins
    • Users

Built With

  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Mongoose - elegant mongodb object modeling for node.js

Getting Started

$ git clone https://github.com/namedframework/starter.git
$ cd starter
$ npm install
$ npm start

Contributing

Contributions are always welcome!

License

This project is licensed under the MIT License - see the LICENSE.md file for details