Quick start

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

Insert admin user in collection admins

  • Username : admin
  • Password : 1234
{
    "name" : "Admin User",
    "username" : "admin",
    "password" : "$2a$10$DzHAK3xEi0YvtRF49BfQlebwFuttlfmlzPWf0cB0XGZJurRGcBJKm"
}