qhantom / express-mongo-typescript-boilerplate

A production-ready boilerplate based on Node.js, Express and MongoDB (using Mongoose ODM) written in TypeScript. It gets you up and running very fast to quickly build RESTful APIs.
MIT License
10 stars 1 forks source link

Default user #6

Open muety opened 2 years ago

muety commented 2 years ago

How do I get started initially? I would need an admin user account to start creating users in the first place. From what I saw, no default user is created, is it? It would be helpful to either have a fixed default user account (like admin:admin) and document it accordingly or even make it configurable.